#0E0BFC

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

Shades of Blue #0E0BFC

Tints of Blue #0E0BFC

Color information

#0E0BFC (or 0x0E0BFC) is unknown color: approx Blue. HEX triplet: 0E, 0B and FC. RGB value is (14,11,252). Sum of RGB (Red+Green+Blue) = 14+11+252=277 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.05% from 277); Green value is 11 (4.69% from 255 or 3.97% from 277); Blue value is 252 (98.83% from 255 or 90.97% from 277); Max value from RGB is 252 - color contains mainly: blue. Hex color #0E0BFC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0E0BFC is #F1F403. Grayscale: #262626. Windows color (decimal): -15856644 or 16517902. OLE color: 16517902.

HSL color Cylindrical-coordinate representation of color #0E0BFC: hue angle of 240.75º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0E0BFC is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB1411252-
CMYK0.940.9600.01
HSL240.75º97.57%51.57%-
HSV(B)240.75º95.63%98.82%-
XYZ17.877.3692.57-
YUV39.37247.99109.9-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.05%
GREEN value IS 11 (4.69% from 255) = 3.97%
BLUE value IS 252 (98.83% from 255) = 90.97%
R=5.05%
G=3.97%
B=90.97%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal14112520.940.9600.01240.7597.5751.57
HexEBFC5E6001f16234
Octal16133741361400136114264
Binary11101011111111001011110110000001111100011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,11,252); }

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

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

 a { background-color: rgb(14,11,252); }

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

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

 span { border-color: rgb(14,11,252); }

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