#051CFE

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

Shades of Blue #051CFE

Tints of Blue #051CFE

Color information

#051CFE (or 0x051CFE) is unknown color: approx Blue. HEX triplet: 05, 1C and FE. RGB value is (5,28,254). Sum of RGB (Red+Green+Blue) = 5+28+254=287 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 287); Green value is 28 (11.33% from 255 or 9.76% from 287); Blue value is 254 (99.61% from 255 or 88.50% from 287); Max value from RGB is 254 - color contains mainly: blue. Hex color #051CFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #051CFE is #FAE301. Grayscale: #2D2D2D. Windows color (decimal): -16442114 or 16653317. OLE color: 16653317.

HSL color Cylindrical-coordinate representation of color #051CFE: hue angle of 234.46º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051CFE is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB528254-
CMYK0.980.8900.00
HSL234.46º99.2%50.78%-
HSV(B)234.46º98.03%99.61%-
XYZ18.378.0294.35-
YUV46.89244.8898.12-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.74%
GREEN value IS 28 (11.33% from 255) = 9.76%
BLUE value IS 254 (99.61% from 255) = 88.50%
R=1.74%
G=9.76%
B=88.50%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal5282540.980.8900.00234.4699.250.78
Hex51CFE625900ea6333
Octal5343761421310035214363
Binary10111100111111101100010101100100111010101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051CFE; }

 p { color: rgb(5,28,254); }

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

<style>
 a { background-color: #051CFE; }

 a { background-color: rgb(5,28,254); }

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

<style>
 span { border-color: #051CFE; }

 span { border-color: rgb(5,28,254); }

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