Html Css Color HEX #2458FD Royal Blue

📋 copy color: '#2458FD'

red 36 ◦ green 88 ◦ blue 253

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

Shades of Royal Blue #2458FD

Tints of Royal Blue #2458FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 67.11%

R = 9.55%
G = 23.34%
B = 67.11%

CMYK

 C value IS 0.86

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2458FD (or 0x2458FD) is known color: Royal Blue. HEX triplet: 24, 58 and FD. RGB value is (36,88,253). Sum of RGB (Red+Green+Blue) = 36+88+253=377 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.55% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 253 (99.22% from 255 or 67.11% from 377); Max value from RGB is 253 - color contains mainly: blue. Hex color #2458FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2458FD is #DBA702. Grayscale: #5A5A5A. Windows color (decimal): -14395139 or 16603172. OLE color: 16603172.

HSL color Cylindrical-coordinate representation of color #2458FD: hue angle of 225.62º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2458FD is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 36 88 253 -
CMYK 0.86 0.65 0 0.01
HSL 225.62º 0.98% 0.57% -
HSV(B) 225.62º 0.86% 0.99% -
XYZ 21.95 14.45 94.56 -
YUV 91.26 219.27 88.58 -
System Red Green Blue C M Y K H S L
Decimal 36 88 253 0.86 0.65 0 0.01 225.62 0.98 0.57
Hex 24 58 FD 56 41 0 1 E2 62 39
Octal 44 130 375 126 101 0 1 342 142 71
Binary 100100 1011000 11111101 1010110 1000001 0 1 11100010 1100010 111001

Color Harmonies of #2458FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2458FD

Black with #2458FD

Text Example


Text Example

White with #2458FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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