#2558F0

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

Shades of Royal Blue #2558F0

Tints of Royal Blue #2558F0

Color information

#2558F0 (or 0x2558F0) is unknown color: approx Royal Blue. HEX triplet: 25, 58 and F0. RGB value is (37,88,240). Sum of RGB (Red+Green+Blue) = 37+88+240=365 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.14% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 240 (94.14% from 255 or 65.75% from 365); Max value from RGB is 240 - color contains mainly: blue. Hex color #2558F0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2558F0 is #DAA70F. Grayscale: #595959. Windows color (decimal): -14329616 or 15751205. OLE color: 15751205.

HSL color Cylindrical-coordinate representation of color #2558F0: hue angle of 224.93º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2558F0 is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB3788240-
CMYK0.850.6300.06
HSL224.93º87.12%54.31%-
HSV(B)224.93º84.58%94.12%-
XYZ19.9813.6684.02-
YUV90.08212.690.14-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.14%
GREEN value IS 88 (34.77% from 255) = 24.11%
BLUE value IS 240 (94.14% from 255) = 65.75%
R=10.14%
G=24.11%
B=65.75%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal37882400.850.6300.06224.9387.1254.31
Hex2558F0553F06e15736
Octal45130360125770634112766
Binary10010110110001111000010101011111110110111000011010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2558F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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