#0b0fea

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

Shades of Blue #0B0FEA

Tints of Blue #0B0FEA

Color information

#0B0FEA (or 0x0B0FEA) is unknown color: approx Blue. HEX triplet: 0B, 0F and EA. RGB value is (11,15,234). Sum of RGB (Red+Green+Blue) = 11+15+234=260 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.23% from 260); Green value is 15 (6.25% from 255 or 5.77% from 260); Blue value is 234 (91.80% from 255 or 90% from 260); Max value from RGB is 234 - color contains mainly: blue. Hex color #0B0FEA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0B0FEA is #F4F015. Grayscale: #252525. Windows color (decimal): -16052246 or 15339275. OLE color: 15339275.

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

Color convert

RGB1115234-
CMYK0.950.9400.08
HSL238.92º91.02%48.04%-
HSV(B)238.92º95.3%91.76%-
XYZ15.166.3578.27-
YUV38.77238.17108.19-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.23%
GREEN value IS 15 (6.25% from 255) = 5.77%
BLUE value IS 234 (91.80% from 255) = 90%
R=4.23%
G=5.77%
B=90%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal11152340.950.9400.08238.9291.0248.04
HexBFEA5F5E08ef5b30
Octal131735213713601035713360
Binary10111111111010101011111101111001000111011111011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0b0fea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,15,234); }

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

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

 a { background-color: rgb(11,15,234); }

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

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

 span { border-color: rgb(11,15,234); }

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