Html Css Color HEX #099FFD Dodger Blue

📋 copy color: '#099FFD'

red 9 ◦ green 159 ◦ blue 253

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

Shades of Dodger Blue #099FFD

Tints of Dodger Blue #099FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 60.1%

R = 2.14%
G = 37.77%
B = 60.1%

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

#099FFD (or 0x099FFD) is known color: Dodger Blue. HEX triplet: 09, 9F and FD. RGB value is (9,159,253). Sum of RGB (Red+Green+Blue) = 9+159+253=421 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.14% from 421); Green value is 159 (62.5% from 255 or 37.77% from 421); Blue value is 253 (99.22% from 255 or 60.10% from 421); Max value from RGB is 253 - color contains mainly: blue. Hex color #099FFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #099FFD is #F66002. Grayscale: #7C7C7C. Windows color (decimal): -16146435 or 16621321. OLE color: 16621321.

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

Color convert

RGB 9 159 253 -
CMYK 0.96 0.37 0 0.01
HSL 203.11º 0.98% 0.51% -
HSV(B) 203.11º 0.96% 0.99% -
XYZ 30.24 31.95 97.5 -
YUV 124.87 200.31 45.36 -
System Red Green Blue C M Y K H S L
Decimal 9 159 253 0.96 0.37 0 0.01 203.11 0.98 0.51
Hex 9 9F FD 60 25 0 1 CB 62 33
Octal 11 237 375 140 45 0 1 313 142 63
Binary 1001 10011111 11111101 1100000 100101 0 1 11001011 1100010 110011

Color Harmonies of #099FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099FFD

Black with #099FFD

Text Example


Text Example

White with #099FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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