Html Css Color HEX #039EF0 Dodger Blue

📋 copy color: '#039EF0'

red 3 ◦ green 158 ◦ blue 240

#039EF0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #039EF0

Tints of Dodger Blue #039EF0

RGB

 RED value IS 3 (1.56% from 255) = 0.75%

 GREEN value IS 158 (62.11% from 255) = 39.4%

 BLUE value IS 240 (94.14% from 255) = 59.85%

R = 0.75%
G = 39.4%
B = 59.85%

CMYK

 C value IS 0.99

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#039EF0 (or 0x039EF0) is known color: Dodger Blue. HEX triplet: 03, 9E and F0. RGB value is (3,158,240). Sum of RGB (Red+Green+Blue) = 3+158+240=401 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.75% from 401); Green value is 158 (62.11% from 255 or 39.40% from 401); Blue value is 240 (94.14% from 255 or 59.85% from 401); Max value from RGB is 240 - color contains mainly: blue. Hex color #039EF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #039EF0 is #FC610F. Grayscale: #787878. Windows color (decimal): -16539920 or 15769091. OLE color: 15769091.

HSL color Cylindrical-coordinate representation of color #039EF0: hue angle of 200.76º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039EF0 is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 3 158 240 -
CMYK 0.99 0.34 0 0.06
HSL 200.76º 0.98% 0.48% -
HSV(B) 200.76º 0.99% 0.94% -
XYZ 27.99 30.76 86.9 -
YUV 121 195.15 43.83 -
System Red Green Blue C M Y K H S L
Decimal 3 158 240 0.99 0.34 0 0.06 200.76 0.98 0.48
Hex 3 9E F0 63 22 0 6 C9 62 30
Octal 3 236 360 143 42 0 6 311 142 60
Binary 11 10011110 11110000 1100011 100010 0 110 11001001 1100010 110000

Color Harmonies of #039EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039EF0

Black with #039EF0

Text Example


Text Example

White with #039EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #039EF0; }

 p { color: rgb(3,158,240); }

 H1.HeaderClassName
 {
   color: #039EF0;
 }
 .AnyTagClassName
 {
   color: #039EF0;
 }
</style>

background-color css

<style>
 a { background-color: #039EF0; }

 a { background-color: rgb(3,158,240); }

 div.DivClassName
 {
   background-color: #039EF0;
 }
 .BgClassName
 {
   background-color: #039EF0;
 }
</style>

border-color css

<style>
 span { border-color: #039EF0; }

 span { border-color: rgb(3,158,240); }

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