#009AFF

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

Shades of Dodger Blue #009AFF

Tints of Dodger Blue #009AFF

Color information

#009AFF (or 0x009AFF) is unknown color: approx Dodger Blue. HEX triplet: 00, 9A and FF. RGB value is (0,154,255). Sum of RGB (Red+Green+Blue) = 0+154+255=409 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 255 (100% from 255 or 62.35% from 409); Max value from RGB is 255 - color contains mainly: blue. Hex color #009AFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009AFF is #FF6500. Grayscale: #767676. Windows color (decimal): -16737537 or 16751104. OLE color: 16751104.

HSL color Cylindrical-coordinate representation of color #009AFF: hue angle of 203.76º 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 #009AFF is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB0154255-
CMYK10.4000
HSL203.76º100%50%-
HSV(B)203.76º100%100%-
XYZ29.6130.3398.9-
YUV119.47204.4842.79-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 154 (60.55% from 255) = 37.65%
BLUE value IS 255 (100% from 255) = 62.35%
R=0%
G=37.65%
B=62.35%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal015425510.4000203.7610050
Hex09AFF642800cc6432
Octal0232377144500031414462
Binary01001101011111111110010010100000110011001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009AFF; }

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

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

<style>
 a { background-color: #009AFF; }

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

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

<style>
 span { border-color: #009AFF; }

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

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