Html Css Color HEX #2458E6 Royal Blue

📋 copy color: '#2458E6'

red 36 ◦ green 88 ◦ blue 230

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

Shades of Royal Blue #2458E6

Tints of Royal Blue #2458E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 64.97%

R = 10.17%
G = 24.86%
B = 64.97%

CMYK

 C value IS 0.84

 M value IS 0.62

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#2458E6 (or 0x2458E6) is known color: Royal Blue. HEX triplet: 24, 58 and E6. RGB value is (36,88,230). Sum of RGB (Red+Green+Blue) = 36+88+230=354 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.17% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 230 (90.23% from 255 or 64.97% from 354); Max value from RGB is 230 - color contains mainly: blue. Hex color #2458E6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2458E6 is #DBA719. Grayscale: #585858. Windows color (decimal): -14395162 or 15095844. OLE color: 15095844.

HSL color Cylindrical-coordinate representation of color #2458E6: hue angle of 223.92º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2458E6 is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 36 88 230 -
CMYK 0.84 0.62 0 0.10
HSL 223.92º 0.8% 0.52% -
HSV(B) 223.92º 0.84% 0.9% -
XYZ 18.5 13.07 76.41 -
YUV 88.64 207.77 90.45 -
System Red Green Blue C M Y K H S L
Decimal 36 88 230 0.84 0.62 0 0.10 223.92 0.8 0.52
Hex 24 58 E6 54 3E 0 A E0 50 34
Octal 44 130 346 124 76 0 12 340 120 64
Binary 100100 1011000 11100110 1010100 111110 0 1010 11100000 1010000 110100

Color Harmonies of #2458E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2458E6

Black with #2458E6

Text Example


Text Example

White with #2458E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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