#2558EC

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

Shades of Royal Blue #2558EC

Tints of Royal Blue #2558EC

Color information

#2558EC (or 0x2558EC) is unknown color: approx Royal Blue. HEX triplet: 25, 58 and EC. RGB value is (37,88,236). Sum of RGB (Red+Green+Blue) = 37+88+236=361 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.25% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 236 (92.58% from 255 or 65.37% from 361); Max value from RGB is 236 - color contains mainly: blue. Hex color #2558EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2558EC is #DAA713. Grayscale: #585858. Windows color (decimal): -14329620 or 15489061. OLE color: 15489061.

HSL color Cylindrical-coordinate representation of color #2558EC: hue angle of 224.62º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2558EC is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB3788236-
CMYK0.840.6300.07
HSL224.62º83.97%53.53%-
HSV(B)224.62º84.32%92.55%-
XYZ19.3913.4380.93-
YUV89.62210.690.47-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.25%
GREEN value IS 88 (34.77% from 255) = 24.38%
BLUE value IS 236 (92.58% from 255) = 65.37%
R=10.25%
G=24.38%
B=65.37%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal37882360.840.6300.07224.6283.9753.53
Hex2558EC543F07e15436
Octal45130354124770734112466
Binary10010110110001110110010101001111110111111000011010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2558EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2558EC; }

 p { color: rgb(37,88,236); }

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

<style>
 a { background-color: #2558EC; }

 a { background-color: rgb(37,88,236); }

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

<style>
 span { border-color: #2558EC; }

 span { border-color: rgb(37,88,236); }

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