#0C20FC

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

Shades of Blue #0C20FC

Tints of Blue #0C20FC

Color information

#0C20FC (or 0x0C20FC) is unknown color: approx Blue. HEX triplet: 0C, 20 and FC. RGB value is (12,32,252). Sum of RGB (Red+Green+Blue) = 12+32+252=296 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.05% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 252 (98.83% from 255 or 85.14% from 296); Max value from RGB is 252 - color contains mainly: blue. Hex color #0C20FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0C20FC is #F3DF03. Grayscale: #323232. Windows color (decimal): -15982340 or 16523276. OLE color: 16523276.

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

Color convert

RGB1232252-
CMYK0.950.8700.01
HSL235º97.56%51.76%-
HSV(B)235º95.24%98.82%-
XYZ18.248.1492.71-
YUV51.1241.37100.11-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.05%
GREEN value IS 32 (12.89% from 255) = 10.81%
BLUE value IS 252 (98.83% from 255) = 85.14%
R=4.05%
G=10.81%
B=85.14%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal12322520.950.8700.0123597.5651.76
HexC20FC5F5701eb6234
Octal14403741371270135314264
Binary1100100000111111001011111101011101111010111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C20FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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