#0814FC

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

Shades of Blue #0814FC

Tints of Blue #0814FC

Color information

#0814FC (or 0x0814FC) is unknown color: approx Blue. HEX triplet: 08, 14 and FC. RGB value is (8,20,252). Sum of RGB (Red+Green+Blue) = 8+20+252=280 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.86% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 252 (98.83% from 255 or 90% from 280); Max value from RGB is 252 - color contains mainly: blue. Hex color #0814FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0814FC is #F7EB03. Grayscale: #292929. Windows color (decimal): -16247556 or 16520200. OLE color: 16520200.

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

Color convert

RGB820252-
CMYK0.970.9200.01
HSL237.05º97.6%50.98%-
HSV(B)237.05º96.83%98.82%-
XYZ17.927.5892.61-
YUV42.86246.02103.14-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.86%
GREEN value IS 20 (8.20% from 255) = 7.14%
BLUE value IS 252 (98.83% from 255) = 90%
R=2.86%
G=7.14%
B=90%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal8202520.970.9200.01237.0597.650.98
Hex814FC615C01ed6233
Octal10243741411340135514263
Binary100010100111111001100001101110001111011011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0814FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0814FC; }

 p { color: rgb(8,20,252); }

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

<style>
 a { background-color: #0814FC; }

 a { background-color: rgb(8,20,252); }

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

<style>
 span { border-color: #0814FC; }

 span { border-color: rgb(8,20,252); }

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