Html Css Color HEX #099FFE Dodger Blue

📋 copy color: '#099FFE'

red 9 ◦ green 159 ◦ blue 254

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

Shades of Dodger Blue #099FFE

Tints of Dodger Blue #099FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 60.19%

R = 2.13%
G = 37.68%
B = 60.19%

CMYK

 C value IS 0.96

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#099FFE (or 0x099FFE) is known color: Dodger Blue. HEX triplet: 09, 9F and FE. RGB value is (9,159,254). Sum of RGB (Red+Green+Blue) = 9+159+254=422 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.13% from 422); Green value is 159 (62.5% from 255 or 37.68% from 422); Blue value is 254 (99.61% from 255 or 60.19% from 422); Max value from RGB is 254 - color contains mainly: blue. Hex color #099FFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #099FFE is #F66001. Grayscale: #7C7C7C. Windows color (decimal): -16146434 or 16686857. OLE color: 16686857.

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

Color convert

RGB 9 159 254 -
CMYK 0.96 0.37 0 0.00
HSL 203.27º 0.99% 0.52% -
HSV(B) 203.27º 0.96% 1% -
XYZ 30.4 32.01 98.34 -
YUV 124.98 200.81 45.28 -
System Red Green Blue C M Y K H S L
Decimal 9 159 254 0.96 0.37 0 0.00 203.27 0.99 0.52
Hex 9 9F FE 60 25 0 0 CB 63 34
Octal 11 237 376 140 45 0 0 313 143 64
Binary 1001 10011111 11111110 1100000 100101 0 0 11001011 1100011 110100

Color Harmonies of #099FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099FFE

Black with #099FFE

Text Example


Text Example

White with #099FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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