Html Css Color HEX #099FE8 Dodger Blue

📋 copy color: '#099FE8'

red 9 ◦ green 159 ◦ blue 232

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

Shades of Dodger Blue #099FE8

Tints of Dodger Blue #099FE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 58%

R = 2.25%
G = 39.75%
B = 58%

CMYK

 C value IS 0.96

 M value IS 0.31

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#099FE8 (or 0x099FE8) is known color: Dodger Blue. HEX triplet: 09, 9F and E8. RGB value is (9,159,232). Sum of RGB (Red+Green+Blue) = 9+159+232=400 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.25% from 400); Green value is 159 (62.5% from 255 or 39.75% from 400); Blue value is 232 (91.02% from 255 or 58% from 400); Max value from RGB is 232 - color contains mainly: blue. Hex color #099FE8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #099FE8 is #F66017. Grayscale: #7A7A7A. Windows color (decimal): -16146456 or 15245065. OLE color: 15245065.

HSL color Cylindrical-coordinate representation of color #099FE8: hue angle of 199.64º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099FE8 is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 9 159 232 -
CMYK 0.96 0.31 0 0.09
HSL 199.64º 0.93% 0.47% -
HSV(B) 199.64º 0.96% 0.91% -
XYZ 27.08 30.68 80.84 -
YUV 122.47 189.81 47.06 -
System Red Green Blue C M Y K H S L
Decimal 9 159 232 0.96 0.31 0 0.09 199.64 0.93 0.47
Hex 9 9F E8 60 1F 0 9 C8 5D 2F
Octal 11 237 350 140 37 0 11 310 135 57
Binary 1001 10011111 11101000 1100000 11111 0 1001 11001000 1011101 101111

Color Harmonies of #099FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099FE8

Black with #099FE8

Text Example


Text Example

White with #099FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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