Html Css Color HEX #099AFB Dodger Blue

📋 copy color: '#099AFB'

red 9 ◦ green 154 ◦ blue 251

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

Shades of Dodger Blue #099AFB

Tints of Dodger Blue #099AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 60.63%

R = 2.17%
G = 37.2%
B = 60.63%

CMYK

 C value IS 0.96

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#099AFB (or 0x099AFB) is known color: Dodger Blue. HEX triplet: 09, 9A and FB. RGB value is (9,154,251). Sum of RGB (Red+Green+Blue) = 9+154+251=414 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.17% from 414); Green value is 154 (60.55% from 255 or 37.20% from 414); Blue value is 251 (98.44% from 255 or 60.63% from 414); Max value from RGB is 251 - color contains mainly: blue. Hex color #099AFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #099AFB is #F66504. Grayscale: #797979. Windows color (decimal): -16147717 or 16488969. OLE color: 16488969.

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

Color convert

RGB 9 154 251 -
CMYK 0.96 0.39 0 0.02
HSL 204.05º 0.97% 0.51% -
HSV(B) 204.05º 0.96% 0.98% -
XYZ 29.08 30.13 95.55 -
YUV 121.7 200.96 47.61 -
System Red Green Blue C M Y K H S L
Decimal 9 154 251 0.96 0.39 0 0.02 204.05 0.97 0.51
Hex 9 9A FB 60 27 0 2 CC 61 33
Octal 11 232 373 140 47 0 2 314 141 63
Binary 1001 10011010 11111011 1100000 100111 0 10 11001100 1100001 110011

Color Harmonies of #099AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099AFB

Black with #099AFB

Text Example


Text Example

White with #099AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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