Html Css Color HEX #5975EB Royal Blue

📋 copy color: '#5975EB'

red 89 ◦ green 117 ◦ blue 235

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

Shades of Royal Blue #5975EB

Tints of Royal Blue #5975EB

RGB

 RED value IS 89 (35.16% from 255) = 20.18%

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

 BLUE value IS 235 (92.19% from 255) = 53.29%

R = 20.18%
G = 26.53%
B = 53.29%

CMYK

 C value IS 0.62

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5975EB (or 0x5975EB) is known color: Royal Blue. HEX triplet: 59, 75 and EB. RGB value is (89,117,235). Sum of RGB (Red+Green+Blue) = 89+117+235=441 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.18% from 441); Green value is 117 (46.09% from 255 or 26.53% from 441); Blue value is 235 (92.19% from 255 or 53.29% from 441); Max value from RGB is 235 - color contains mainly: blue. Hex color #5975EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5975EB is #A68A14. Grayscale: #797979. Windows color (decimal): -10914325 or 15431001. OLE color: 15431001.

HSL color Cylindrical-coordinate representation of color #5975EB: hue angle of 228.49º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5975EB is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 89 117 235 -
CMYK 0.62 0.50 0 0.08
HSL 228.49º 0.78% 0.64% -
HSV(B) 228.49º 0.62% 0.92% -
XYZ 25.48 20.84 81.28 -
YUV 122.08 191.72 104.41 -
System Red Green Blue C M Y K H S L
Decimal 89 117 235 0.62 0.50 0 0.08 228.49 0.78 0.64
Hex 59 75 EB 3E 32 0 8 E4 4E 40
Octal 131 165 353 76 62 0 10 344 116 100
Binary 1011001 1110101 11101011 111110 110010 0 1000 11100100 1001110 1000000

Color Harmonies of #5975EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5975EB

Black with #5975EB

Text Example


Text Example

White with #5975EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5975EB; }

 p { color: rgb(89,117,235); }

 H1.HeaderClassName
 {
   color: #5975EB;
 }
 .AnyTagClassName
 {
   color: #5975EB;
 }
</style>

background-color css

<style>
 a { background-color: #5975EB; }

 a { background-color: rgb(89,117,235); }

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

border-color css

<style>
 span { border-color: #5975EB; }

 span { border-color: rgb(89,117,235); }

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