Html Css Color HEX #099DFB Dodger Blue

📋 copy color: '#099DFB'

red 9 ◦ green 157 ◦ blue 251

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

Shades of Dodger Blue #099DFB

Tints of Dodger Blue #099DFB

RGB

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

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

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

R = 2.16%
G = 37.65%
B = 60.19%

CMYK

 C value IS 0.96

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#099DFB (or 0x099DFB) is known color: Dodger Blue. HEX triplet: 09, 9D and FB. RGB value is (9,157,251). Sum of RGB (Red+Green+Blue) = 9+157+251=417 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.16% from 417); Green value is 157 (61.72% from 255 or 37.65% from 417); Blue value is 251 (98.44% from 255 or 60.19% from 417); Max value from RGB is 251 - color contains mainly: blue. Hex color #099DFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #099DFB is #F66204. Grayscale: #7A7A7A. Windows color (decimal): -16146949 or 16489737. OLE color: 16489737.

HSL color Cylindrical-coordinate representation of color #099DFB: hue angle of 203.31º 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 #099DFB is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 9 157 251 -
CMYK 0.96 0.37 0 0.02
HSL 203.31º 0.97% 0.51% -
HSV(B) 203.31º 0.96% 0.98% -
XYZ 29.58 31.14 95.72 -
YUV 123.46 199.97 46.36 -
System Red Green Blue C M Y K H S L
Decimal 9 157 251 0.96 0.37 0 0.02 203.31 0.97 0.51
Hex 9 9D FB 60 25 0 2 CB 61 33
Octal 11 235 373 140 45 0 2 313 141 63
Binary 1001 10011101 11111011 1100000 100101 0 10 11001011 1100001 110011

Color Harmonies of #099DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099DFB

Black with #099DFB

Text Example


Text Example

White with #099DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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