#2b0fcb

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

Shades of Medium Blue #2B0FCB

Tints of Medium Blue #2B0FCB

Color information

#2B0FCB (or 0x2B0FCB) is unknown color: approx Medium Blue. HEX triplet: 2B, 0F and CB. RGB value is (43,15,203). Sum of RGB (Red+Green+Blue) = 43+15+203=261 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.48% from 261); Green value is 15 (6.25% from 255 or 5.75% from 261); Blue value is 203 (79.69% from 255 or 77.78% from 261); Max value from RGB is 203 - color contains mainly: blue. Hex color #2B0FCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B0FCB is #D4F034. Grayscale: #2C2C2C. Windows color (decimal): -13955125 or 13307691. OLE color: 13307691.

HSL color Cylindrical-coordinate representation of color #2B0FCB: hue angle of 248.94º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2B0FCB is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB4315203-
CMYK0.790.9300.20
HSL248.94º86.24%42.75%-
HSV(B)248.94º92.61%79.61%-
XYZ11.955.1756.87-
YUV44.8217.28126.71-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.48%
GREEN value IS 15 (6.25% from 255) = 5.75%
BLUE value IS 203 (79.69% from 255) = 77.78%
R=16.48%
G=5.75%
B=77.78%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal43152030.790.9300.20248.9486.2442.75
Hex2BFCB4F5D014f9562b
Octal531731311713502437112653
Binary10101111111100101110011111011101010100111110011010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b0fcb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,15,203); }

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

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

 a { background-color: rgb(43,15,203); }

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

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

 span { border-color: rgb(43,15,203); }

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