#0B2CF0

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

Shades of Blue #0B2CF0

Tints of Blue #0B2CF0

Color information

#0B2CF0 (or 0x0B2CF0) is unknown color: approx Blue. HEX triplet: 0B, 2C and F0. RGB value is (11,44,240). Sum of RGB (Red+Green+Blue) = 11+44+240=295 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.73% from 295); Green value is 44 (17.58% from 255 or 14.92% from 295); Blue value is 240 (94.14% from 255 or 81.36% from 295); Max value from RGB is 240 - color contains mainly: blue. Hex color #0B2CF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B2CF0 is #F4D30F. Grayscale: #373737. Windows color (decimal): -16044816 or 15739915. OLE color: 15739915.

HSL color Cylindrical-coordinate representation of color #0B2CF0: hue angle of 231.35º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B2CF0 is Cyan = 0.95, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB1144240-
CMYK0.950.8200.06
HSL231.35º91.24%49.22%-
HSV(B)231.35º95.42%94.12%-
XYZ16.778.1683.13-
YUV56.48231.5795.56-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.73%
GREEN value IS 44 (17.58% from 255) = 14.92%
BLUE value IS 240 (94.14% from 255) = 81.36%
R=3.73%
G=14.92%
B=81.36%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal11442400.950.8200.06231.3591.2449.22
HexB2CF05F5206e75b31
Octal13543601371220634713361
Binary101110110011110000101111110100100110111001111011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B2CF0; }

 p { color: rgb(11,44,240); }

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

<style>
 a { background-color: #0B2CF0; }

 a { background-color: rgb(11,44,240); }

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

<style>
 span { border-color: #0B2CF0; }

 span { border-color: rgb(11,44,240); }

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