Html Css Color HEX #5875FE Royal Blue

📋 copy color: '#5875FE'

red 88 ◦ green 117 ◦ blue 254

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

Shades of Royal Blue #5875FE

Tints of Royal Blue #5875FE

RGB

 RED value IS 88 (34.77% from 255) = 19.17%

 GREEN value IS 117 (46.09% from 255) = 25.49%

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

R = 19.17%
G = 25.49%
B = 55.34%

CMYK

 C value IS 0.65

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5875FE (or 0x5875FE) is known color: Royal Blue. HEX triplet: 58, 75 and FE. RGB value is (88,117,254). Sum of RGB (Red+Green+Blue) = 88+117+254=459 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.17% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #5875FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5875FE is #A78A01. Grayscale: #7B7B7B. Windows color (decimal): -10979842 or 16676184. OLE color: 16676184.

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

Color convert

RGB 88 117 254 -
CMYK 0.65 0.54 0 0.00
HSL 229.52º 0.99% 0.67% -
HSV(B) 229.52º 0.65% 1% -
XYZ 28.28 21.95 96.51 -
YUV 123.95 201.39 102.36 -
System Red Green Blue C M Y K H S L
Decimal 88 117 254 0.65 0.54 0 0.00 229.52 0.99 0.67
Hex 58 75 FE 41 36 0 0 E6 63 43
Octal 130 165 376 101 66 0 0 346 143 103
Binary 1011000 1110101 11111110 1000001 110110 0 0 11100110 1100011 1000011

Color Harmonies of #5875FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5875FE

Black with #5875FE

Text Example


Text Example

White with #5875FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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