Html Css Color HEX #099AFC Dodger Blue

📋 copy color: '#099AFC'

red 9 ◦ green 154 ◦ blue 252

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

Shades of Dodger Blue #099AFC

Tints of Dodger Blue #099AFC

RGB

 RED value IS 9 (3.91% from 255) = 2.17%

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

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

R = 2.17%
G = 37.11%
B = 60.72%

CMYK

 C value IS 0.96

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#099AFC (or 0x099AFC) is known color: Dodger Blue. HEX triplet: 09, 9A and FC. RGB value is (9,154,252). Sum of RGB (Red+Green+Blue) = 9+154+252=415 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.17% from 415); Green value is 154 (60.55% from 255 or 37.11% from 415); Blue value is 252 (98.83% from 255 or 60.72% from 415); Max value from RGB is 252 - color contains mainly: blue. Hex color #099AFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #099AFC is #F66503. Grayscale: #797979. Windows color (decimal): -16147716 or 16554505. OLE color: 16554505.

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

Color convert

RGB 9 154 252 -
CMYK 0.96 0.39 0 0.01
HSL 204.2º 0.98% 0.51% -
HSV(B) 204.2º 0.96% 0.99% -
XYZ 29.24 30.2 96.38 -
YUV 121.82 201.46 47.53 -
System Red Green Blue C M Y K H S L
Decimal 9 154 252 0.96 0.39 0 0.01 204.2 0.98 0.51
Hex 9 9A FC 60 27 0 1 CC 62 33
Octal 11 232 374 140 47 0 1 314 142 63
Binary 1001 10011010 11111100 1100000 100111 0 1 11001100 1100010 110011

Color Harmonies of #099AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099AFC

Black with #099AFC

Text Example


Text Example

White with #099AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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