#0B2EF0

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

Shades of Blue #0B2EF0

Tints of Blue #0B2EF0

Color information

#0B2EF0 (or 0x0B2EF0) is unknown color: approx Blue. HEX triplet: 0B, 2E and F0. RGB value is (11,46,240). Sum of RGB (Red+Green+Blue) = 11+46+240=297 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.70% from 297); Green value is 46 (18.36% from 255 or 15.49% from 297); Blue value is 240 (94.14% from 255 or 80.81% from 297); Max value from RGB is 240 - color contains mainly: blue. Hex color #0B2EF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B2EF0 is #F4D10F. Grayscale: #383838. Windows color (decimal): -16044304 or 15740427. OLE color: 15740427.

HSL color Cylindrical-coordinate representation of color #0B2EF0: hue angle of 230.83º 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 #0B2EF0 is Cyan = 0.95, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB1146240-
CMYK0.950.8100.06
HSL230.83º91.24%49.22%-
HSV(B)230.83º95.42%94.12%-
XYZ16.848.3283.16-
YUV57.65230.994.73-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.70%
GREEN value IS 46 (18.36% from 255) = 15.49%
BLUE value IS 240 (94.14% from 255) = 80.81%
R=3.70%
G=15.49%
B=80.81%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal11462400.950.8100.06230.8391.2449.22
HexB2EF05F5106e75b31
Octal13563601371210634713361
Binary101110111011110000101111110100010110111001111011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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