Html Css Color HEX #5964EB Royal Blue

📋 copy color: '#5964EB'

red 89 ◦ green 100 ◦ blue 235

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

Shades of Royal Blue #5964EB

Tints of Royal Blue #5964EB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.58%

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

R = 20.99%
G = 23.58%
B = 55.42%

CMYK

 C value IS 0.62

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5964EB (or 0x5964EB) is known color: Royal Blue. HEX triplet: 59, 64 and EB. RGB value is (89,100,235). Sum of RGB (Red+Green+Blue) = 89+100+235=424 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.99% from 424); Green value is 100 (39.45% from 255 or 23.58% from 424); Blue value is 235 (92.19% from 255 or 55.42% from 424); Max value from RGB is 235 - color contains mainly: blue. Hex color #5964EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5964EB is #A69B14. Grayscale: #6F6F6F. Windows color (decimal): -10918677 or 15426649. OLE color: 15426649.

HSL color Cylindrical-coordinate representation of color #5964EB: hue angle of 235.48º 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 #5964EB is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 89 100 235 -
CMYK 0.62 0.57 0 0.08
HSL 235.48º 0.78% 0.64% -
HSV(B) 235.48º 0.62% 0.92% -
XYZ 23.67 17.24 80.68 -
YUV 112.1 197.36 111.52 -
System Red Green Blue C M Y K H S L
Decimal 89 100 235 0.62 0.57 0 0.08 235.48 0.78 0.64
Hex 59 64 EB 3E 39 0 8 EB 4E 40
Octal 131 144 353 76 71 0 10 353 116 100
Binary 1011001 1100100 11101011 111110 111001 0 1000 11101011 1001110 1000000

Color Harmonies of #5964EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5964EB

Black with #5964EB

Text Example


Text Example

White with #5964EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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