Html Css Color HEX #039DEA Dodger Blue

📋 copy color: '#039DEA'

red 3 ◦ green 157 ◦ blue 234

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

Shades of Dodger Blue #039DEA

Tints of Dodger Blue #039DEA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.85%

 BLUE value IS 234 (91.8% from 255) = 59.39%

R = 0.76%
G = 39.85%
B = 59.39%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#039DEA (or 0x039DEA) is known color: Dodger Blue. HEX triplet: 03, 9D and EA. RGB value is (3,157,234). Sum of RGB (Red+Green+Blue) = 3+157+234=394 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 394); Green value is 157 (61.72% from 255 or 39.85% from 394); Blue value is 234 (91.80% from 255 or 59.39% from 394); Max value from RGB is 234 - color contains mainly: blue. Hex color #039DEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #039DEA is #FC6215. Grayscale: #777777. Windows color (decimal): -16540182 or 15375619. OLE color: 15375619.

HSL color Cylindrical-coordinate representation of color #039DEA: hue angle of 200º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039DEA is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 3 157 234 -
CMYK 0.99 0.33 0 0.08
HSL 200º 0.97% 0.46% -
HSV(B) 200º 0.99% 0.92% -
XYZ 26.95 30.07 82.23 -
YUV 119.73 192.48 44.74 -
System Red Green Blue C M Y K H S L
Decimal 3 157 234 0.99 0.33 0 0.08 200 0.97 0.46
Hex 3 9D EA 63 21 0 8 C8 61 2E
Octal 3 235 352 143 41 0 10 310 141 56
Binary 11 10011101 11101010 1100011 100001 0 1000 11001000 1100001 101110

Color Harmonies of #039DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039DEA

Black with #039DEA

Text Example


Text Example

White with #039DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,157,234); }

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

background-color css

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

 a { background-color: rgb(3,157,234); }

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

border-color css

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

 span { border-color: rgb(3,157,234); }

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