Html Css Color HEX #099BF2 Dodger Blue

📋 copy color: '#099BF2'

red 9 ◦ green 155 ◦ blue 242

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

Shades of Dodger Blue #099BF2

Tints of Dodger Blue #099BF2

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.18%

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

R = 2.22%
G = 38.18%
B = 59.61%

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

#099BF2 (or 0x099BF2) is known color: Dodger Blue. HEX triplet: 09, 9B and F2. RGB value is (9,155,242). Sum of RGB (Red+Green+Blue) = 9+155+242=406 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.22% from 406); Green value is 155 (60.94% from 255 or 38.18% from 406); Blue value is 242 (94.92% from 255 or 59.61% from 406); Max value from RGB is 242 - color contains mainly: blue. Hex color #099BF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #099BF2 is #F6640D. Grayscale: #787878. Windows color (decimal): -16147470 or 15899401. OLE color: 15899401.

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

Color convert

RGB 9 155 242 -
CMYK 0.96 0.36 0 0.05
HSL 202.4º 0.93% 0.49% -
HSV(B) 202.4º 0.96% 0.95% -
XYZ 27.86 29.91 88.31 -
YUV 121.26 196.13 47.93 -
System Red Green Blue C M Y K H S L
Decimal 9 155 242 0.96 0.36 0 0.05 202.4 0.93 0.49
Hex 9 9B F2 60 24 0 5 CA 5D 31
Octal 11 233 362 140 44 0 5 312 135 61
Binary 1001 10011011 11110010 1100000 100100 0 101 11001010 1011101 110001

Color Harmonies of #099BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099BF2

Black with #099BF2

Text Example


Text Example

White with #099BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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