Html Css Color HEX #099FEF Dodger Blue

📋 copy color: '#099FEF'

red 9 ◦ green 159 ◦ blue 239

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

Shades of Dodger Blue #099FEF

Tints of Dodger Blue #099FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 58.72%

R = 2.21%
G = 39.07%
B = 58.72%

CMYK

 C value IS 0.96

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#099FEF (or 0x099FEF) is known color: Dodger Blue. HEX triplet: 09, 9F and EF. RGB value is (9,159,239). Sum of RGB (Red+Green+Blue) = 9+159+239=407 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.21% from 407); Green value is 159 (62.5% from 255 or 39.07% from 407); Blue value is 239 (93.75% from 255 or 58.72% from 407); Max value from RGB is 239 - color contains mainly: blue. Hex color #099FEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #099FEF is #F66010. Grayscale: #7A7A7A. Windows color (decimal): -16146449 or 15703817. OLE color: 15703817.

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

Color convert

RGB 9 159 239 -
CMYK 0.96 0.33 0 0.06
HSL 200.87º 0.93% 0.49% -
HSV(B) 200.87º 0.96% 0.94% -
XYZ 28.09 31.09 86.18 -
YUV 123.27 193.31 46.5 -
System Red Green Blue C M Y K H S L
Decimal 9 159 239 0.96 0.33 0 0.06 200.87 0.93 0.49
Hex 9 9F EF 60 21 0 6 C9 5D 31
Octal 11 237 357 140 41 0 6 311 135 61
Binary 1001 10011111 11101111 1100000 100001 0 110 11001001 1011101 110001

Color Harmonies of #099FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099FEF

Black with #099FEF

Text Example


Text Example

White with #099FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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