#0398EC

Color #0398EC Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #0398EC

Tints of Dodger Blue #0398EC

Color information

#0398EC (or 0x0398EC) is unknown color: approx Dodger Blue. HEX triplet: 03, 98 and EC. RGB value is (3,152,236). Sum of RGB (Red+Green+Blue) = 3+152+236=391 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 236 (92.58% from 255 or 60.36% from 391); Max value from RGB is 236 - color contains mainly: blue. Hex color #0398EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0398EC is #FC6713. Grayscale: #747474. Windows color (decimal): -16541460 or 15505411. OLE color: 15505411.

HSL color Cylindrical-coordinate representation of color #0398EC: hue angle of 201.63º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0398EC is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB3152236-
CMYK0.990.3600.07
HSL201.63º97.49%46.86%-
HSV(B)201.63º98.73%92.55%-
XYZ26.4128.5383.47-
YUV117.02195.1446.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 0.77%
GREEN value IS 152 (59.77% from 255) = 38.87%
BLUE value IS 236 (92.58% from 255) = 60.36%
R=0.77%
G=38.87%
B=60.36%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal31522360.990.3600.07201.6397.4946.86
Hex398EC632407ca612f
Octal3230354143440731214157
Binary11100110001110110011000111001000111110010101100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0398EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0398EC; }

 p { color: rgb(3,152,236); }

 H1.HeaderClassName
 {
   color: #0398EC;
 }
 .AnyTagClassName
 {
   color: #0398EC;
 }
</style>
background-color css

<style>
 a { background-color: #0398EC; }

 a { background-color: rgb(3,152,236); }

 div.DivClassName
 {
   background-color: #0398EC;
 }
 .BgClassName
 {
   background-color: #0398EC;
 }
</style>
border-color css

<style>
 span { border-color: #0398EC; }

 span { border-color: rgb(3,152,236); }

 td.TdClassName
 {
   border-color: #0398EC;
 }
 .TagClassName
 {
   border-color: #0398EC;
 }
</style>