#280BFF

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

Shades of Blue #280BFF

Tints of Blue #280BFF

Color information

#280BFF (or 0x280BFF) is unknown color: approx Blue. HEX triplet: 28, 0B and FF. RGB value is (40,11,255). Sum of RGB (Red+Green+Blue) = 40+11+255=306 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.07% from 306); Green value is 11 (4.69% from 255 or 3.59% from 306); Blue value is 255 (100% from 255 or 83.33% from 306); Max value from RGB is 255 - color contains mainly: blue. Hex color #280BFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #280BFF is #D7F400. Grayscale: #2E2E2E. Windows color (decimal): -14152705 or 16714536. OLE color: 16714536.

HSL color Cylindrical-coordinate representation of color #280BFF: hue angle of 247.13º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #280BFF is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB4011255-
CMYK0.840.9600
HSL247.13º100%52.16%-
HSV(B)247.13º95.69%100%-
XYZ19.047.9195.13-
YUV47.49245.11122.66-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.07%
GREEN value IS 11 (4.69% from 255) = 3.59%
BLUE value IS 255 (100% from 255) = 83.33%
R=13.07%
G=3.59%
B=83.33%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal40112550.840.9600247.1310052.16
Hex28BFF546000f76434
Octal50133771241400036714464
Binary1010001011111111111010100110000000111101111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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