Html Css Color HEX #039DEC Dodger Blue

📋 copy color: '#039DEC'

red 3 ◦ green 157 ◦ blue 236

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

Shades of Dodger Blue #039DEC

Tints of Dodger Blue #039DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 59.6%

R = 0.76%
G = 39.65%
B = 59.6%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#039DEC (or 0x039DEC) is known color: Dodger Blue. HEX triplet: 03, 9D and EC. RGB value is (3,157,236). Sum of RGB (Red+Green+Blue) = 3+157+236=396 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 396); Green value is 157 (61.72% from 255 or 39.65% from 396); Blue value is 236 (92.58% from 255 or 59.60% from 396); Max value from RGB is 236 - color contains mainly: blue. Hex color #039DEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #039DEC is #FC6213. Grayscale: #777777. Windows color (decimal): -16540180 or 15506691. OLE color: 15506691.

HSL color Cylindrical-coordinate representation of color #039DEC: hue angle of 200.34º 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 #039DEC is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 3 157 236 -
CMYK 0.99 0.33 0 0.07
HSL 200.34º 0.97% 0.47% -
HSV(B) 200.34º 0.99% 0.93% -
XYZ 27.23 30.19 83.75 -
YUV 119.96 193.48 44.58 -
System Red Green Blue C M Y K H S L
Decimal 3 157 236 0.99 0.33 0 0.07 200.34 0.97 0.47
Hex 3 9D EC 63 21 0 7 C8 61 2F
Octal 3 235 354 143 41 0 7 310 141 57
Binary 11 10011101 11101100 1100011 100001 0 111 11001000 1100001 101111

Color Harmonies of #039DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039DEC

Black with #039DEC

Text Example


Text Example

White with #039DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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