Html Css Color HEX #575FE0 Royal Blue

📋 copy color: '#575FE0'

red 87 ◦ green 95 ◦ blue 224

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

Shades of Royal Blue #575FE0

Tints of Royal Blue #575FE0

RGB

 RED value IS 87 (34.38% from 255) = 21.43%

 GREEN value IS 95 (37.5% from 255) = 23.4%

 BLUE value IS 224 (87.89% from 255) = 55.17%

R = 21.43%
G = 23.4%
B = 55.17%

CMYK

 C value IS 0.61

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#575FE0 (or 0x575FE0) is known color: Royal Blue. HEX triplet: 57, 5F and E0. RGB value is (87,95,224). Sum of RGB (Red+Green+Blue) = 87+95+224=406 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.43% from 406); Green value is 95 (37.5% from 255 or 23.40% from 406); Blue value is 224 (87.89% from 255 or 55.17% from 406); Max value from RGB is 224 - color contains mainly: blue. Hex color #575FE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575FE0 is #A8A01F. Grayscale: #6A6A6A. Windows color (decimal): -11051040 or 14704471. OLE color: 14704471.

HSL color Cylindrical-coordinate representation of color #575FE0: hue angle of 236.5º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #575FE0 is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 87 95 224 -
CMYK 0.61 0.58 0 0.12
HSL 236.5º 0.69% 0.61% -
HSV(B) 236.5º 0.61% 0.88% -
XYZ 21.48 15.59 72.4 -
YUV 107.31 193.85 113.51 -
System Red Green Blue C M Y K H S L
Decimal 87 95 224 0.61 0.58 0 0.12 236.5 0.69 0.61
Hex 57 5F E0 3D 3A 0 C EC 45 3D
Octal 127 137 340 75 72 0 14 354 105 75
Binary 1010111 1011111 11100000 111101 111010 0 1100 11101100 1000101 111101

Color Harmonies of #575FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575FE0

Black with #575FE0

Text Example


Text Example

White with #575FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575FE0; }

 p { color: rgb(87,95,224); }

 H1.HeaderClassName
 {
   color: #575FE0;
 }
 .AnyTagClassName
 {
   color: #575FE0;
 }
</style>

background-color css

<style>
 a { background-color: #575FE0; }

 a { background-color: rgb(87,95,224); }

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

border-color css

<style>
 span { border-color: #575FE0; }

 span { border-color: rgb(87,95,224); }

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