#2800FF

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

Shades of Blue #2800FF

Tints of Blue #2800FF

Color information

#2800FF (or 0x2800FF) is unknown color: approx Blue. HEX triplet: 28, 00 and FF. RGB value is (40,0,255). Sum of RGB (Red+Green+Blue) = 40+0+255=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 255 (100% from 255 or 86.44% from 295); Max value from RGB is 255 - color contains mainly: blue. Hex color #2800FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2800FF is #D7FF00. Grayscale: #282828. Windows color (decimal): -14155521 or 16711720. OLE color: 16711720.

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

Color convert

RGB400255-
CMYK0.84100
HSL249.41º100%50%-
HSV(B)249.41º100%100%-
XYZ18.937.6795.09-
YUV41.03248.75127.27-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 86.44%
R=13.56%
G=0%
B=86.44%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal4002550.84100249.4110050
Hex280FF546400f96432
Octal5003771241440037114462
Binary1010000111111111010100110010000111110011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2800FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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