Html Css Color HEX #099AF8 Dodger Blue

📋 copy color: '#099AF8'

red 9 ◦ green 154 ◦ blue 248

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

Shades of Dodger Blue #099AF8

Tints of Dodger Blue #099AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 60.34%

R = 2.19%
G = 37.47%
B = 60.34%

CMYK

 C value IS 0.96

 M value IS 0.38

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#099AF8 (or 0x099AF8) is known color: Dodger Blue. HEX triplet: 09, 9A and F8. RGB value is (9,154,248). Sum of RGB (Red+Green+Blue) = 9+154+248=411 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.19% from 411); Green value is 154 (60.55% from 255 or 37.47% from 411); Blue value is 248 (97.27% from 255 or 60.34% from 411); Max value from RGB is 248 - color contains mainly: blue. Hex color #099AF8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #099AF8 is #F66507. Grayscale: #787878. Windows color (decimal): -16147720 or 16292361. OLE color: 16292361.

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

Color convert

RGB 9 154 248 -
CMYK 0.96 0.38 0 0.03
HSL 203.6º 0.94% 0.5% -
HSV(B) 203.6º 0.96% 0.97% -
XYZ 28.61 29.95 93.08 -
YUV 121.36 199.46 47.86 -
System Red Green Blue C M Y K H S L
Decimal 9 154 248 0.96 0.38 0 0.03 203.6 0.94 0.5
Hex 9 9A F8 60 26 0 3 CC 5E 32
Octal 11 232 370 140 46 0 3 314 136 62
Binary 1001 10011010 11111000 1100000 100110 0 11 11001100 1011110 110010

Color Harmonies of #099AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099AF8

Black with #099AF8

Text Example


Text Example

White with #099AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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