Html Css Color HEX #009AFC Dodger Blue

📋 copy color: '#009AFC'

red 0 ◦ green 154 ◦ blue 252

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

Shades of Dodger Blue #009AFC

Tints of Dodger Blue #009AFC

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 252 (98.83% from 255) = 62.07%

R = 0%
G = 37.93%
B = 62.07%

CMYK

 C value IS 1

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#009AFC (or 0x009AFC) is known color: Dodger Blue. HEX triplet: 00, 9A and FC. RGB value is (0,154,252). Sum of RGB (Red+Green+Blue) = 0+154+252=406 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 252 (98.83% from 255 or 62.07% from 406); Max value from RGB is 252 - color contains mainly: blue. Hex color #009AFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009AFC is #FF6503. Grayscale: #767676. Windows color (decimal): -16737540 or 16554496. OLE color: 16554496.

HSL color Cylindrical-coordinate representation of color #009AFC: hue angle of 203.33º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009AFC is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 0 154 252 -
CMYK 1 0.39 0 0.01
HSL 203.33º 1% 0.49% -
HSV(B) 203.33º 1% 0.99% -
XYZ 29.13 30.14 96.38 -
YUV 119.13 202.98 43.03 -
System Red Green Blue C M Y K H S L
Decimal 0 154 252 1 0.39 0 0.01 203.33 1 0.49
Hex 0 9A FC 64 27 0 1 CB 64 31
Octal 0 232 374 144 47 0 1 313 144 61
Binary 0 10011010 11111100 1100100 100111 0 1 11001011 1100100 110001

Color Harmonies of #009AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009AFC

Black with #009AFC

Text Example


Text Example

White with #009AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009AFC; }

 p { color: rgb(0,154,252); }

 H1.HeaderClassName
 {
   color: #009AFC;
 }
 .AnyTagClassName
 {
   color: #009AFC;
 }
</style>

background-color css

<style>
 a { background-color: #009AFC; }

 a { background-color: rgb(0,154,252); }

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

border-color css

<style>
 span { border-color: #009AFC; }

 span { border-color: rgb(0,154,252); }

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