#0517ED

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

Shades of Blue #0517ED

Tints of Blue #0517ED

Color information

#0517ED (or 0x0517ED) is unknown color: approx Blue. HEX triplet: 05, 17 and ED. RGB value is (5,23,237). Sum of RGB (Red+Green+Blue) = 5+23+237=265 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 237 (92.97% from 255 or 89.43% from 265); Max value from RGB is 237 - color contains mainly: blue. Hex color #0517ED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0517ED is #FAE812. Grayscale: #292929. Windows color (decimal): -16443411 or 15537925. OLE color: 15537925.

HSL color Cylindrical-coordinate representation of color #0517ED: hue angle of 235.34º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0517ED is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB523237-
CMYK0.980.9000.07
HSL235.34º95.87%47.45%-
HSV(B)235.34º97.89%92.94%-
XYZ15.666.7680.6-
YUV42.01238.04101.6-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.89%
GREEN value IS 23 (9.38% from 255) = 8.68%
BLUE value IS 237 (92.97% from 255) = 89.43%
R=1.89%
G=8.68%
B=89.43%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal5232370.980.9000.07235.3495.8747.45
Hex517ED625A07eb602f
Octal5273551421320735314057
Binary1011011111101101110001010110100111111010111100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0517ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0517ED; }

 p { color: rgb(5,23,237); }

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

<style>
 a { background-color: #0517ED; }

 a { background-color: rgb(5,23,237); }

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

<style>
 span { border-color: #0517ED; }

 span { border-color: rgb(5,23,237); }

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