#0099FF

Color #0099FF Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #0099FF

Tints of Dodger Blue #0099FF

Color information

#0099FF (or 0x0099FF) is unknown color: approx Dodger Blue. HEX triplet: 00, 99 and FF. RGB value is (0,153,255). Sum of RGB (Red+Green+Blue) = 0+153+255=408 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #0099FF is a web safe color. Inversed color of #0099FF is #FF6600. Grayscale: #767676. Windows color (decimal): -16737793 or 16750848. OLE color: 16750848.

HSL color Cylindrical-coordinate representation of color #0099FF: hue angle of 204º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0099FF is Cyan = 1, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB0153255-
CMYK10.400
HSL204º100%50%-
HSV(B)204º100%100%-
XYZ29.443098.85-
YUV118.88204.8143.21-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 153 (60.16% from 255) = 37.5%
BLUE value IS 255 (100% from 255) = 62.5%
R=0%
G=37.5%
B=62.5%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal015325510.40020410050
Hex099FF642800cc6432
Octal0231377144500031414462
Binary01001100111111111110010010100000110011001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0099FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0099FF; }

 p { color: rgb(0,153,255); }

 H1.HeaderClassName
 {
   color: #0099FF;
 }
 .AnyTagClassName
 {
   color: #0099FF;
 }
</style>
background-color css

<style>
 a { background-color: #0099FF; }

 a { background-color: rgb(0,153,255); }

 div.DivClassName
 {
   background-color: #0099FF;
 }
 .BgClassName
 {
   background-color: #0099FF;
 }
</style>
border-color css

<style>
 span { border-color: #0099FF; }

 span { border-color: rgb(0,153,255); }

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