Html Css Color HEX #5568EB Royal Blue

📋 copy color: '#5568EB'

red 85 ◦ green 104 ◦ blue 235

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

Shades of Royal Blue #5568EB

Tints of Royal Blue #5568EB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.53%

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

R = 20.05%
G = 24.53%
B = 55.42%

CMYK

 C value IS 0.64

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5568EB (or 0x5568EB) is known color: Royal Blue. HEX triplet: 55, 68 and EB. RGB value is (85,104,235). Sum of RGB (Red+Green+Blue) = 85+104+235=424 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.05% from 424); Green value is 104 (41.02% from 255 or 24.53% 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 #5568EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5568EB is #AA9714. Grayscale: #707070. Windows color (decimal): -11179797 or 15427669. OLE color: 15427669.

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

Color convert

RGB 85 104 235 -
CMYK 0.64 0.56 0 0.08
HSL 232.4º 0.79% 0.63% -
HSV(B) 232.4º 0.64% 0.92% -
XYZ 23.69 17.83 80.79 -
YUV 113.25 196.71 107.85 -
System Red Green Blue C M Y K H S L
Decimal 85 104 235 0.64 0.56 0 0.08 232.4 0.79 0.63
Hex 55 68 EB 40 38 0 8 E8 4F 3F
Octal 125 150 353 100 70 0 10 350 117 77
Binary 1010101 1101000 11101011 1000000 111000 0 1000 11101000 1001111 111111

Color Harmonies of #5568EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5568EB

Black with #5568EB

Text Example


Text Example

White with #5568EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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