#2B00FF

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

Shades of Blue #2B00FF

Tints of Blue #2B00FF

Color information

#2B00FF (or 0x2B00FF) is unknown color: approx Blue. HEX triplet: 2B, 00 and FF. RGB value is (43,0,255). Sum of RGB (Red+Green+Blue) = 43+0+255=298 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.43% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 255 (100% from 255 or 85.57% from 298); Max value from RGB is 255 - color contains mainly: blue. Hex color #2B00FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2B00FF is #D4FF00. Grayscale: #282828. Windows color (decimal): -13958913 or 16711723. OLE color: 16711723.

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

Color convert

RGB430255-
CMYK0.83100
HSL250.12º100%50%-
HSV(B)250.12º100%100%-
XYZ19.057.7395.1-
YUV41.93248.25128.77-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.43%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 85.57%
R=14.43%
G=0%
B=85.57%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal4302550.83100250.1210050
Hex2B0FF536400fa6432
Octal5303771231440037214462
Binary1010110111111111010011110010000111110101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B00FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B00FF; }

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

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

<style>
 a { background-color: #2B00FF; }

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

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

<style>
 span { border-color: #2B00FF; }

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

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