Html Css Color HEX #099BF4 Dodger Blue

📋 copy color: '#099BF4'

red 9 ◦ green 155 ◦ blue 244

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

Shades of Dodger Blue #099BF4

Tints of Dodger Blue #099BF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 59.8%

R = 2.21%
G = 37.99%
B = 59.8%

CMYK

 C value IS 0.96

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#099BF4 (or 0x099BF4) is known color: Dodger Blue. HEX triplet: 09, 9B and F4. RGB value is (9,155,244). Sum of RGB (Red+Green+Blue) = 9+155+244=408 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.21% from 408); Green value is 155 (60.94% from 255 or 37.99% from 408); Blue value is 244 (95.70% from 255 or 59.80% from 408); Max value from RGB is 244 - color contains mainly: blue. Hex color #099BF4 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #099BF4 is #F6640B. Grayscale: #787878. Windows color (decimal): -16147468 or 16030473. OLE color: 16030473.

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

Color convert

RGB 9 155 244 -
CMYK 0.96 0.36 0 0.04
HSL 202.72º 0.93% 0.5% -
HSV(B) 202.72º 0.96% 0.96% -
XYZ 28.16 30.03 89.9 -
YUV 121.49 197.13 47.76 -
System Red Green Blue C M Y K H S L
Decimal 9 155 244 0.96 0.36 0 0.04 202.72 0.93 0.5
Hex 9 9B F4 60 24 0 4 CB 5D 32
Octal 11 233 364 140 44 0 4 313 135 62
Binary 1001 10011011 11110100 1100000 100100 0 100 11001011 1011101 110010

Color Harmonies of #099BF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099BF4

Black with #099BF4

Text Example


Text Example

White with #099BF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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