Html Css Color HEX #099AF2 Dodger Blue

📋 copy color: '#099AF2'

red 9 ◦ green 154 ◦ blue 242

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

Shades of Dodger Blue #099AF2

Tints of Dodger Blue #099AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 59.75%

R = 2.22%
G = 38.02%
B = 59.75%

CMYK

 C value IS 0.96

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#099AF2 (or 0x099AF2) is known color: Dodger Blue. HEX triplet: 09, 9A and F2. RGB value is (9,154,242). Sum of RGB (Red+Green+Blue) = 9+154+242=405 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.22% from 405); Green value is 154 (60.55% from 255 or 38.02% from 405); Blue value is 242 (94.92% from 255 or 59.75% from 405); Max value from RGB is 242 - color contains mainly: blue. Hex color #099AF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #099AF2 is #F6650D. Grayscale: #787878. Windows color (decimal): -16147726 or 15899145. OLE color: 15899145.

HSL color Cylindrical-coordinate representation of color #099AF2: hue angle of 202.66º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099AF2 is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 9 154 242 -
CMYK 0.96 0.36 0 0.05
HSL 202.66º 0.93% 0.49% -
HSV(B) 202.66º 0.96% 0.95% -
XYZ 27.7 29.58 88.25 -
YUV 120.68 196.46 48.34 -
System Red Green Blue C M Y K H S L
Decimal 9 154 242 0.96 0.36 0 0.05 202.66 0.93 0.49
Hex 9 9A F2 60 24 0 5 CB 5D 31
Octal 11 232 362 140 44 0 5 313 135 61
Binary 1001 10011010 11110010 1100000 100100 0 101 11001011 1011101 110001

Color Harmonies of #099AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099AF2

Black with #099AF2

Text Example


Text Example

White with #099AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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