#2458EB

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

Shades of Royal Blue #2458EB

Tints of Royal Blue #2458EB

Color information

#2458EB (or 0x2458EB) is unknown color: approx Royal Blue. HEX triplet: 24, 58 and EB. RGB value is (36,88,235). Sum of RGB (Red+Green+Blue) = 36+88+235=359 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.03% from 359); Green value is 88 (34.77% from 255 or 24.51% from 359); Blue value is 235 (92.19% from 255 or 65.46% from 359); Max value from RGB is 235 - color contains mainly: blue. Hex color #2458EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2458EB is #DBA714. Grayscale: #585858. Windows color (decimal): -14395157 or 15423524. OLE color: 15423524.

HSL color Cylindrical-coordinate representation of color #2458EB: hue angle of 224.32º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2458EB is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB3688235-
CMYK0.850.6300.08
HSL224.32º83.26%53.14%-
HSV(B)224.32º84.68%92.16%-
XYZ19.2113.3580.16-
YUV89.21210.2790.05-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.03%
GREEN value IS 88 (34.77% from 255) = 24.51%
BLUE value IS 235 (92.19% from 255) = 65.46%
R=10.03%
G=24.51%
B=65.46%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal36882350.850.6300.08224.3283.2653.14
Hex2458EB553F08e05335
Octal441303531257701034012365
Binary100100101100011101011101010111111101000111000001010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2458EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2458EB; }

 p { color: rgb(36,88,235); }

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

<style>
 a { background-color: #2458EB; }

 a { background-color: rgb(36,88,235); }

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

<style>
 span { border-color: #2458EB; }

 span { border-color: rgb(36,88,235); }

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