Html Css Color HEX #5564EB Royal Blue

📋 copy color: '#5564EB'

red 85 ◦ green 100 ◦ blue 235

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

Shades of Royal Blue #5564EB

Tints of Royal Blue #5564EB

RGB

 RED value IS 85 (33.59% from 255) = 20.24%

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

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

R = 20.24%
G = 23.81%
B = 55.95%

CMYK

 C value IS 0.64

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5564EB (or 0x5564EB) is known color: Royal Blue. HEX triplet: 55, 64 and EB. RGB value is (85,100,235). Sum of RGB (Red+Green+Blue) = 85+100+235=420 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.24% from 420); Green value is 100 (39.45% from 255 or 23.81% from 420); Blue value is 235 (92.19% from 255 or 55.95% from 420); Max value from RGB is 235 - color contains mainly: blue. Hex color #5564EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5564EB is #AA9B14. Grayscale: #6E6E6E. Windows color (decimal): -11180821 or 15426645. OLE color: 15426645.

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

Color convert

RGB 85 100 235 -
CMYK 0.64 0.57 0 0.08
HSL 234º 0.79% 0.63% -
HSV(B) 234º 0.64% 0.92% -
XYZ 23.3 17.04 80.66 -
YUV 110.91 198.03 109.52 -
System Red Green Blue C M Y K H S L
Decimal 85 100 235 0.64 0.57 0 0.08 234 0.79 0.63
Hex 55 64 EB 40 39 0 8 EA 4F 3F
Octal 125 144 353 100 71 0 10 352 117 77
Binary 1010101 1100100 11101011 1000000 111001 0 1000 11101010 1001111 111111

Color Harmonies of #5564EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5564EB

Black with #5564EB

Text Example


Text Example

White with #5564EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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