Html Css Color HEX #099AFE Dodger Blue

📋 copy color: '#099AFE'

red 9 ◦ green 154 ◦ blue 254

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

Shades of Dodger Blue #099AFE

Tints of Dodger Blue #099AFE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.93%

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

R = 2.16%
G = 36.93%
B = 60.91%

CMYK

 C value IS 0.96

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#099AFE (or 0x099AFE) is known color: Dodger Blue. HEX triplet: 09, 9A and FE. RGB value is (9,154,254). Sum of RGB (Red+Green+Blue) = 9+154+254=417 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.16% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 254 (99.61% from 255 or 60.91% from 417); Max value from RGB is 254 - color contains mainly: blue. Hex color #099AFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #099AFE is #F66501. Grayscale: #797979. Windows color (decimal): -16147714 or 16685577. OLE color: 16685577.

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

Color convert

RGB 9 154 254 -
CMYK 0.96 0.39 0 0.00
HSL 204.49º 0.99% 0.52% -
HSV(B) 204.49º 0.96% 1% -
XYZ 29.56 30.33 98.06 -
YUV 122.05 202.46 47.37 -
System Red Green Blue C M Y K H S L
Decimal 9 154 254 0.96 0.39 0 0.00 204.49 0.99 0.52
Hex 9 9A FE 60 27 0 0 CC 63 34
Octal 11 232 376 140 47 0 0 314 143 64
Binary 1001 10011010 11111110 1100000 100111 0 0 11001100 1100011 110100

Color Harmonies of #099AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099AFE

Black with #099AFE

Text Example


Text Example

White with #099AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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