Html Css Color HEX #099FFC Dodger Blue

📋 copy color: '#099FFC'

red 9 ◦ green 159 ◦ blue 252

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

Shades of Dodger Blue #099FFC

Tints of Dodger Blue #099FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 60%

R = 2.14%
G = 37.86%
B = 60%

CMYK

 C value IS 0.96

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#099FFC (or 0x099FFC) is known color: Dodger Blue. HEX triplet: 09, 9F and FC. RGB value is (9,159,252). Sum of RGB (Red+Green+Blue) = 9+159+252=420 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.14% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 252 (98.83% from 255 or 60% from 420); Max value from RGB is 252 - color contains mainly: blue. Hex color #099FFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #099FFC is #F66003. Grayscale: #7C7C7C. Windows color (decimal): -16146436 or 16555785. OLE color: 16555785.

HSL color Cylindrical-coordinate representation of color #099FFC: hue angle of 202.96º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099FFC is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 9 159 252 -
CMYK 0.96 0.37 0 0.01
HSL 202.96º 0.98% 0.51% -
HSV(B) 202.96º 0.96% 0.99% -
XYZ 30.08 31.88 96.66 -
YUV 124.75 199.81 45.44 -
System Red Green Blue C M Y K H S L
Decimal 9 159 252 0.96 0.37 0 0.01 202.96 0.98 0.51
Hex 9 9F FC 60 25 0 1 CB 62 33
Octal 11 237 374 140 45 0 1 313 142 63
Binary 1001 10011111 11111100 1100000 100101 0 1 11001011 1100010 110011

Color Harmonies of #099FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099FFC

Black with #099FFC

Text Example


Text Example

White with #099FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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