Html Css Color HEX #2558FE Royal Blue

📋 copy color: '#2558FE'

red 37 ◦ green 88 ◦ blue 254

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

Shades of Royal Blue #2558FE

Tints of Royal Blue #2558FE

RGB

 RED value IS 37 (14.84% from 255) = 9.76%

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

 BLUE value IS 254 (99.61% from 255) = 67.02%

R = 9.76%
G = 23.22%
B = 67.02%

CMYK

 C value IS 0.85

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#2558FE (or 0x2558FE) is known color: Royal Blue. HEX triplet: 25, 58 and FE. RGB value is (37,88,254). Sum of RGB (Red+Green+Blue) = 37+88+254=379 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.76% from 379); Green value is 88 (34.77% from 255 or 23.22% from 379); Blue value is 254 (99.61% from 255 or 67.02% from 379); Max value from RGB is 254 - color contains mainly: blue. Hex color #2558FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2558FE is #DAA701. Grayscale: #5A5A5A. Windows color (decimal): -14329602 or 16668709. OLE color: 16668709.

HSL color Cylindrical-coordinate representation of color #2558FE: hue angle of 225.9º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2558FE is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 37 88 254 -
CMYK 0.85 0.65 0 0.00
HSL 225.9º 0.99% 0.57% -
HSV(B) 225.9º 0.85% 1% -
XYZ 22.14 14.53 95.4 -
YUV 91.68 219.6 89 -
System Red Green Blue C M Y K H S L
Decimal 37 88 254 0.85 0.65 0 0.00 225.9 0.99 0.57
Hex 25 58 FE 55 41 0 0 E2 63 39
Octal 45 130 376 125 101 0 0 342 143 71
Binary 100101 1011000 11111110 1010101 1000001 0 0 11100010 1100011 111001

Color Harmonies of #2558FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2558FE

Black with #2558FE

Text Example


Text Example

White with #2558FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2558FE; }

 p { color: rgb(37,88,254); }

 H1.HeaderClassName
 {
   color: #2558FE;
 }
 .AnyTagClassName
 {
   color: #2558FE;
 }
</style>

background-color css

<style>
 a { background-color: #2558FE; }

 a { background-color: rgb(37,88,254); }

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

border-color css

<style>
 span { border-color: #2558FE; }

 span { border-color: rgb(37,88,254); }

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