Html Css Color HEX #099FF6 Dodger Blue

📋 copy color: '#099FF6'

red 9 ◦ green 159 ◦ blue 246

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

Shades of Dodger Blue #099FF6

Tints of Dodger Blue #099FF6

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.41%

 BLUE value IS 246 (96.48% from 255) = 59.42%

R = 2.17%
G = 38.41%
B = 59.42%

CMYK

 C value IS 0.96

 M value IS 0.35

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#099FF6 (or 0x099FF6) is known color: Dodger Blue. HEX triplet: 09, 9F and F6. RGB value is (9,159,246). Sum of RGB (Red+Green+Blue) = 9+159+246=414 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.17% from 414); Green value is 159 (62.5% from 255 or 38.41% from 414); Blue value is 246 (96.48% from 255 or 59.42% from 414); Max value from RGB is 246 - color contains mainly: blue. Hex color #099FF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #099FF6 is #F66009. Grayscale: #7B7B7B. Windows color (decimal): -16146442 or 16162569. OLE color: 16162569.

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

Color convert

RGB 9 159 246 -
CMYK 0.96 0.35 0 0.04
HSL 202.03º 0.93% 0.5% -
HSV(B) 202.03º 0.96% 0.96% -
XYZ 29.15 31.51 91.73 -
YUV 124.07 196.81 45.93 -
System Red Green Blue C M Y K H S L
Decimal 9 159 246 0.96 0.35 0 0.04 202.03 0.93 0.5
Hex 9 9F F6 60 23 0 4 CA 5D 32
Octal 11 237 366 140 43 0 4 312 135 62
Binary 1001 10011111 11110110 1100000 100011 0 100 11001010 1011101 110010

Color Harmonies of #099FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099FF6

Black with #099FF6

Text Example


Text Example

White with #099FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,159,246); }

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

background-color css

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

 a { background-color: rgb(9,159,246); }

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

border-color css

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

 span { border-color: rgb(9,159,246); }

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