#0C03FC

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

Shades of Blue #0C03FC

Tints of Blue #0C03FC

Color information

#0C03FC (or 0x0C03FC) is unknown color: approx Blue. HEX triplet: 0C, 03 and FC. RGB value is (12,3,252). Sum of RGB (Red+Green+Blue) = 12+3+252=267 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.49% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 252 (98.83% from 255 or 94.38% from 267); Max value from RGB is 252 - color contains mainly: blue. Hex color #0C03FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0C03FC is #F3FC03. Grayscale: #212121. Windows color (decimal): -15989764 or 16515852. OLE color: 16515852.

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

Color convert

RGB123252-
CMYK0.950.9900.01
HSL242.17º97.65%50%-
HSV(B)242.17º98.81%98.82%-
XYZ17.757.1792.54-
YUV34.08250.98112.25-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.49%
GREEN value IS 3 (1.56% from 255) = 1.12%
BLUE value IS 252 (98.83% from 255) = 94.38%
R=4.49%
G=1.12%
B=94.38%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1232520.950.9900.01242.1797.6550
HexC3FC5F6301f26232
Octal1433741371430136214262
Binary110011111111001011111110001101111100101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C03FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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