#0B2DF0

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

Shades of Blue #0B2DF0

Tints of Blue #0B2DF0

Color information

#0B2DF0 (or 0x0B2DF0) is unknown color: approx Blue. HEX triplet: 0B, 2D and F0. RGB value is (11,45,240). Sum of RGB (Red+Green+Blue) = 11+45+240=296 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.72% from 296); Green value is 45 (17.97% from 255 or 15.20% from 296); Blue value is 240 (94.14% from 255 or 81.08% from 296); Max value from RGB is 240 - color contains mainly: blue. Hex color #0B2DF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B2DF0 is #F4D20F. Grayscale: #383838. Windows color (decimal): -16044560 or 15740171. OLE color: 15740171.

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

Color convert

RGB1145240-
CMYK0.950.8100.06
HSL231.09º91.24%49.22%-
HSV(B)231.09º95.42%94.12%-
XYZ16.88.2483.14-
YUV57.06231.2495.14-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.72%
GREEN value IS 45 (17.97% from 255) = 15.20%
BLUE value IS 240 (94.14% from 255) = 81.08%
R=3.72%
G=15.20%
B=81.08%

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
Decimal11452400.950.8100.06231.0991.2449.22
HexB2DF05F5106e75b31
Octal13553601371210634713361
Binary101110110111110000101111110100010110111001111011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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