Html Css Color HEX #2558F7 Royal Blue

📋 copy color: '#2558F7'

red 37 ◦ green 88 ◦ blue 247

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

Shades of Royal Blue #2558F7

Tints of Royal Blue #2558F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 66.4%

R = 9.95%
G = 23.66%
B = 66.4%

CMYK

 C value IS 0.85

 M value IS 0.64

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#2558F7 (or 0x2558F7) is known color: Royal Blue. HEX triplet: 25, 58 and F7. RGB value is (37,88,247). Sum of RGB (Red+Green+Blue) = 37+88+247=372 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.95% from 372); Green value is 88 (34.77% from 255 or 23.66% from 372); Blue value is 247 (96.88% from 255 or 66.40% from 372); Max value from RGB is 247 - color contains mainly: blue. Hex color #2558F7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2558F7 is #DAA708. Grayscale: #5A5A5A. Windows color (decimal): -14329609 or 16209957. OLE color: 16209957.

HSL color Cylindrical-coordinate representation of color #2558F7: hue angle of 225.43º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2558F7 is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 37 88 247 -
CMYK 0.85 0.64 0 0.03
HSL 225.43º 0.93% 0.56% -
HSV(B) 225.43º 0.85% 0.97% -
XYZ 21.04 14.09 89.61 -
YUV 90.88 216.1 89.57 -
System Red Green Blue C M Y K H S L
Decimal 37 88 247 0.85 0.64 0 0.03 225.43 0.93 0.56
Hex 25 58 F7 55 40 0 3 E1 5D 38
Octal 45 130 367 125 100 0 3 341 135 70
Binary 100101 1011000 11110111 1010101 1000000 0 11 11100001 1011101 111000

Color Harmonies of #2558F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2558F7

Black with #2558F7

Text Example


Text Example

White with #2558F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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