#2000FF

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

Shades of Blue #2000FF

Tints of Blue #2000FF

Color information

#2000FF (or 0x2000FF) is unknown color: approx Blue. HEX triplet: 20, 00 and FF. RGB value is (32,0,255). Sum of RGB (Red+Green+Blue) = 32+0+255=287 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.15% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 255 (100% from 255 or 88.85% from 287); Max value from RGB is 255 - color contains mainly: blue. Hex color #2000FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2000FF is #DFFF00. Grayscale: #252525. Windows color (decimal): -14679809 or 16711712. OLE color: 16711712.

HSL color Cylindrical-coordinate representation of color #2000FF: hue angle of 247.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 #2000FF is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB320255-
CMYK0.87100
HSL247.53º100%50%-
HSV(B)247.53º100%100%-
XYZ18.657.5395.08-
YUV38.64250.1123.27-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.15%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 88.85%
R=11.15%
G=0%
B=88.85%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal3202550.87100247.5310050
Hex200FF576400f86432
Octal4003771271440037014462
Binary1000000111111111010111110010000111110001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2000FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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