Html Css Color HEX #2458EB Royal Blue

📋 copy color: '#2458EB'

red 36 ◦ green 88 ◦ blue 235

#2458EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #2458EB

Tints of Royal Blue #2458EB

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 value IS 0.85

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2458EB (or 0x2458EB) is known color: 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

RGB 36 88 235 -
CMYK 0.85 0.63 0 0.08
HSL 224.32º 0.83% 0.53% -
HSV(B) 224.32º 0.85% 0.92% -
XYZ 19.21 13.35 80.16 -
YUV 89.21 210.27 90.05 -
System Red Green Blue C M Y K H S L
Decimal 36 88 235 0.85 0.63 0 0.08 224.32 0.83 0.53
Hex 24 58 EB 55 3F 0 8 E0 53 35
Octal 44 130 353 125 77 0 10 340 123 65
Binary 100100 1011000 11101011 1010101 111111 0 1000 11100000 1010011 110101

Color Harmonies of #2458EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2458EB

Black with #2458EB

Text Example


Text Example

White with #2458EB

Text Example


Text Example

HTML Codes & Css Web 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>