Html Css Color HEX #039DEF Dodger Blue

📋 copy color: '#039DEF'

red 3 ◦ green 157 ◦ blue 239

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

Shades of Dodger Blue #039DEF

Tints of Dodger Blue #039DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 59.9%

R = 0.75%
G = 39.35%
B = 59.9%

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

#039DEF (or 0x039DEF) is known color: Dodger Blue. HEX triplet: 03, 9D and EF. RGB value is (3,157,239). Sum of RGB (Red+Green+Blue) = 3+157+239=399 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.75% from 399); Green value is 157 (61.72% from 255 or 39.35% from 399); Blue value is 239 (93.75% from 255 or 59.90% from 399); Max value from RGB is 239 - color contains mainly: blue. Hex color #039DEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #039DEF is #FC6210. Grayscale: #777777. Windows color (decimal): -16540177 or 15703299. OLE color: 15703299.

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

Color convert

RGB 3 157 239 -
CMYK 0.99 0.34 0 0.06
HSL 200.85º 0.98% 0.47% -
HSV(B) 200.85º 0.99% 0.94% -
XYZ 27.67 30.37 86.06 -
YUV 120.3 194.98 44.33 -
System Red Green Blue C M Y K H S L
Decimal 3 157 239 0.99 0.34 0 0.06 200.85 0.98 0.47
Hex 3 9D EF 63 22 0 6 C9 62 2F
Octal 3 235 357 143 42 0 6 311 142 57
Binary 11 10011101 11101111 1100011 100010 0 110 11001001 1100010 101111

Color Harmonies of #039DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039DEF

Black with #039DEF

Text Example


Text Example

White with #039DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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