Html Css Color HEX #099FFF Dodger Blue

📋 copy color: '#099FFF'

red 9 ◦ green 159 ◦ blue 255

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

Shades of Dodger Blue #099FFF

Tints of Dodger Blue #099FFF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.59%

 BLUE value IS 255 (100% from 255) = 60.28%

R = 2.13%
G = 37.59%
B = 60.28%

CMYK

 C value IS 0.96

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#099FFF (or 0x099FFF) is known color: Dodger Blue. HEX triplet: 09, 9F and FF. RGB value is (9,159,255). Sum of RGB (Red+Green+Blue) = 9+159+255=423 (56% of max value = 765). Red value is 9 (3.91% from 255 or 2.13% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 255 (100% from 255 or 60.28% from 423); Max value from RGB is 255 - color contains mainly: blue. Hex color #099FFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #099FFF is #F66000. Grayscale: #7C7C7C. Windows color (decimal): -16146433 or 16752393. OLE color: 16752393.

HSL color Cylindrical-coordinate representation of color #099FFF: hue angle of 203.41º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099FFF is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 9 159 255 -
CMYK 0.96 0.38 0 0
HSL 203.41º 1% 0.52% -
HSV(B) 203.41º 0.96% 1% -
XYZ 30.56 32.07 99.19 -
YUV 125.09 201.31 45.19 -
System Red Green Blue C M Y K H S L
Decimal 9 159 255 0.96 0.38 0 0 203.41 1 0.52
Hex 9 9F FF 60 26 0 0 CB 64 34
Octal 11 237 377 140 46 0 0 313 144 64
Binary 1001 10011111 11111111 1100000 100110 0 0 11001011 1100100 110100

Color Harmonies of #099FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099FFF

Black with #099FFF

Text Example


Text Example

White with #099FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,159,255); }

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

background-color css

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

 a { background-color: rgb(9,159,255); }

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

border-color css

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

 span { border-color: rgb(9,159,255); }

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