#0C0BFC

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

Shades of Blue #0C0BFC

Tints of Blue #0C0BFC

Color information

#0C0BFC (or 0x0C0BFC) is unknown color: approx Blue. HEX triplet: 0C, 0B and FC. RGB value is (12,11,252). Sum of RGB (Red+Green+Blue) = 12+11+252=275 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.36% from 275); Green value is 11 (4.69% from 255 or 4% from 275); Blue value is 252 (98.83% from 255 or 91.64% from 275); Max value from RGB is 252 - color contains mainly: blue. Hex color #0C0BFC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0C0BFC is #F3F403. Grayscale: #252525. Windows color (decimal): -15987716 or 16517900. OLE color: 16517900.

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

Color convert

RGB1211252-
CMYK0.950.9600.01
HSL240.25º97.57%51.57%-
HSV(B)240.25º95.63%98.82%-
XYZ17.847.3592.57-
YUV38.77248.33108.9-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.36%
GREEN value IS 11 (4.69% from 255) = 4%
BLUE value IS 252 (98.83% from 255) = 91.64%
R=4.36%
G=4%
B=91.64%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal12112520.950.9600.01240.2597.5751.57
HexCBFC5F6001f06234
Octal14133741371400136014264
Binary11001011111111001011111110000001111100001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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