Html Css Color HEX #5568EA Royal Blue

📋 copy color: '#5568EA'

red 85 ◦ green 104 ◦ blue 234

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

Shades of Royal Blue #5568EA

Tints of Royal Blue #5568EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 55.32%

R = 20.09%
G = 24.59%
B = 55.32%

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

#5568EA (or 0x5568EA) is known color: Royal Blue. HEX triplet: 55, 68 and EA. RGB value is (85,104,234). Sum of RGB (Red+Green+Blue) = 85+104+234=423 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.09% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 234 (91.80% from 255 or 55.32% from 423); Max value from RGB is 234 - color contains mainly: blue. Hex color #5568EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5568EA is #AA9715. Grayscale: #707070. Windows color (decimal): -11179798 or 15362133. OLE color: 15362133.

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

Color convert

RGB 85 104 234 -
CMYK 0.64 0.56 0 0.08
HSL 232.35º 0.78% 0.63% -
HSV(B) 232.35º 0.64% 0.92% -
XYZ 23.55 17.77 80.03 -
YUV 113.14 196.21 107.93 -
System Red Green Blue C M Y K H S L
Decimal 85 104 234 0.64 0.56 0 0.08 232.35 0.78 0.63
Hex 55 68 EA 40 38 0 8 E8 4E 3F
Octal 125 150 352 100 70 0 10 350 116 77
Binary 1010101 1101000 11101010 1000000 111000 0 1000 11101000 1001110 111111

Color Harmonies of #5568EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5568EA

Black with #5568EA

Text Example


Text Example

White with #5568EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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