Html Css Color HEX #2458ED Royal Blue

📋 copy color: '#2458ED'

red 36 ◦ green 88 ◦ blue 237

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

Shades of Royal Blue #2458ED

Tints of Royal Blue #2458ED

RGB

 RED value IS 36 (14.45% from 255) = 9.97%

 GREEN value IS 88 (34.77% from 255) = 24.38%

 BLUE value IS 237 (92.97% from 255) = 65.65%

R = 9.97%
G = 24.38%
B = 65.65%

CMYK

 C value IS 0.85

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2458ED (or 0x2458ED) is known color: Royal Blue. HEX triplet: 24, 58 and ED. RGB value is (36,88,237). Sum of RGB (Red+Green+Blue) = 36+88+237=361 (47% of max value = 765). Red value is 36 (14.45% from 255 or 9.97% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 237 (92.97% from 255 or 65.65% from 361); Max value from RGB is 237 - color contains mainly: blue. Hex color #2458ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2458ED is #DBA712. Grayscale: #585858. Windows color (decimal): -14395155 or 15554596. OLE color: 15554596.

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

Color convert

RGB 36 88 237 -
CMYK 0.85 0.63 0 0.07
HSL 224.48º 0.85% 0.54% -
HSV(B) 224.48º 0.85% 0.93% -
XYZ 19.5 13.47 81.69 -
YUV 89.44 211.27 89.88 -
System Red Green Blue C M Y K H S L
Decimal 36 88 237 0.85 0.63 0 0.07 224.48 0.85 0.54
Hex 24 58 ED 55 3F 0 7 E0 55 36
Octal 44 130 355 125 77 0 7 340 125 66
Binary 100100 1011000 11101101 1010101 111111 0 111 11100000 1010101 110110

Color Harmonies of #2458ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2458ED

Black with #2458ED

Text Example


Text Example

White with #2458ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2458ED;
 }
 .AnyTagClassName
 {
   color: #2458ED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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