#0314E8

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

Shades of Blue #0314E8

Tints of Blue #0314E8

Color information

#0314E8 (or 0x0314E8) is unknown color: approx Blue. HEX triplet: 03, 14 and E8. RGB value is (3,20,232). Sum of RGB (Red+Green+Blue) = 3+20+232=255 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 232 (91.02% from 255 or 90.98% from 255); Max value from RGB is 232 - color contains mainly: blue. Hex color #0314E8 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0314E8 is #FCEB17. Grayscale: #262626. Windows color (decimal): -16575256 or 15209475. OLE color: 15209475.

HSL color Cylindrical-coordinate representation of color #0314E8: hue angle of 235.55º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0314E8 is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB320232-
CMYK0.990.9100.09
HSL235.55º97.45%46.08%-
HSV(B)235.55º98.71%90.98%-
XYZ14.856.3576.79-
YUV39.08236.87102.26-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.18%
GREEN value IS 20 (8.20% from 255) = 7.84%
BLUE value IS 232 (91.02% from 255) = 90.98%
R=1.18%
G=7.84%
B=90.98%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal3202320.990.9100.09235.5597.4546.08
Hex314E8635B09ec612e
Octal32435014313301135414156
Binary1110100111010001100011101101101001111011001100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0314E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0314E8; }

 p { color: rgb(3,20,232); }

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

<style>
 a { background-color: #0314E8; }

 a { background-color: rgb(3,20,232); }

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

<style>
 span { border-color: #0314E8; }

 span { border-color: rgb(3,20,232); }

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