Html Css Color HEX #099CF2 Dodger Blue

📋 copy color: '#099CF2'

red 9 ◦ green 156 ◦ blue 242

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

Shades of Dodger Blue #099CF2

Tints of Dodger Blue #099CF2

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.33%

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

R = 2.21%
G = 38.33%
B = 59.46%

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

#099CF2 (or 0x099CF2) is known color: Dodger Blue. HEX triplet: 09, 9C and F2. RGB value is (9,156,242). Sum of RGB (Red+Green+Blue) = 9+156+242=407 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.21% from 407); Green value is 156 (61.33% from 255 or 38.33% from 407); Blue value is 242 (94.92% from 255 or 59.46% from 407); Max value from RGB is 242 - color contains mainly: blue. Hex color #099CF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #099CF2 is #F6630D. Grayscale: #797979. Windows color (decimal): -16147214 or 15899657. OLE color: 15899657.

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

Color convert

RGB 9 156 242 -
CMYK 0.96 0.36 0 0.05
HSL 202.15º 0.93% 0.49% -
HSV(B) 202.15º 0.96% 0.95% -
XYZ 28.03 30.25 88.37 -
YUV 121.85 195.8 47.51 -
System Red Green Blue C M Y K H S L
Decimal 9 156 242 0.96 0.36 0 0.05 202.15 0.93 0.49
Hex 9 9C F2 60 24 0 5 CA 5D 31
Octal 11 234 362 140 44 0 5 312 135 61
Binary 1001 10011100 11110010 1100000 100100 0 101 11001010 1011101 110001

Color Harmonies of #099CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099CF2

Black with #099CF2

Text Example


Text Example

White with #099CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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