Html Css Color HEX #039AF0 Dodger Blue

📋 copy color: '#039AF0'

red 3 ◦ green 154 ◦ blue 240

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

Shades of Dodger Blue #039AF0

Tints of Dodger Blue #039AF0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.79%

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

R = 0.76%
G = 38.79%
B = 60.45%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#039AF0 (or 0x039AF0) is known color: Dodger Blue. HEX triplet: 03, 9A and F0. RGB value is (3,154,240). Sum of RGB (Red+Green+Blue) = 3+154+240=397 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 397); Green value is 154 (60.55% from 255 or 38.79% from 397); Blue value is 240 (94.14% from 255 or 60.45% from 397); Max value from RGB is 240 - color contains mainly: blue. Hex color #039AF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #039AF0 is #FC650F. Grayscale: #767676. Windows color (decimal): -16540944 or 15768067. OLE color: 15768067.

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

Color convert

RGB 3 154 240 -
CMYK 0.99 0.36 0 0.06
HSL 201.77º 0.98% 0.48% -
HSV(B) 201.77º 0.99% 0.94% -
XYZ 27.32 29.42 86.68 -
YUV 118.66 196.47 45.51 -
System Red Green Blue C M Y K H S L
Decimal 3 154 240 0.99 0.36 0 0.06 201.77 0.98 0.48
Hex 3 9A F0 63 24 0 6 CA 62 30
Octal 3 232 360 143 44 0 6 312 142 60
Binary 11 10011010 11110000 1100011 100100 0 110 11001010 1100010 110000

Color Harmonies of #039AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039AF0

Black with #039AF0

Text Example


Text Example

White with #039AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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