#009BFF

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

Shades of Dodger Blue #009BFF

Tints of Dodger Blue #009BFF

Color information

#009BFF (or 0x009BFF) is unknown color: approx Dodger Blue. HEX triplet: 00, 9B and FF. RGB value is (0,155,255). Sum of RGB (Red+Green+Blue) = 0+155+255=410 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 410); Green value is 155 (60.94% from 255 or 37.80% from 410); Blue value is 255 (100% from 255 or 62.20% from 410); Max value from RGB is 255 - color contains mainly: blue. Hex color #009BFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009BFF is #FF6400. Grayscale: #777777. Windows color (decimal): -16737281 or 16751360. OLE color: 16751360.

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

Color convert

RGB0155255-
CMYK10.3900
HSL203.53º100%50%-
HSV(B)203.53º100%100%-
XYZ29.7730.6698.96-
YUV120.06204.1542.37-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 155 (60.94% from 255) = 37.80%
BLUE value IS 255 (100% from 255) = 62.20%
R=0%
G=37.80%
B=62.20%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal015525510.3900203.5310050
Hex09BFF642700cc6432
Octal0233377144470031414462
Binary01001101111111111110010010011100110011001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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