Html Css Color HEX #5768DB Royal Blue

📋 copy color: '#5768DB'

red 87 ◦ green 104 ◦ blue 219

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

Shades of Royal Blue #5768DB

Tints of Royal Blue #5768DB

RGB

 RED value IS 87 (34.38% from 255) = 21.22%

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

 BLUE value IS 219 (85.94% from 255) = 53.41%

R = 21.22%
G = 25.37%
B = 53.41%

CMYK

 C value IS 0.60

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5768DB (or 0x5768DB) is known color: Royal Blue. HEX triplet: 57, 68 and DB. RGB value is (87,104,219). Sum of RGB (Red+Green+Blue) = 87+104+219=410 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.22% from 410); Green value is 104 (41.02% from 255 or 25.37% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #5768DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5768DB is #A89724. Grayscale: #6F6F6F. Windows color (decimal): -11048741 or 14379095. OLE color: 14379095.

HSL color Cylindrical-coordinate representation of color #5768DB: hue angle of 232.27º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5768DB is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 87 104 219 -
CMYK 0.60 0.53 0 0.14
HSL 232.27º 0.65% 0.6% -
HSV(B) 232.27º 0.6% 0.86% -
XYZ 21.67 17.04 69.17 -
YUV 112.03 188.37 110.15 -
System Red Green Blue C M Y K H S L
Decimal 87 104 219 0.60 0.53 0 0.14 232.27 0.65 0.6
Hex 57 68 DB 3C 35 0 E E8 41 3C
Octal 127 150 333 74 65 0 16 350 101 74
Binary 1010111 1101000 11011011 111100 110101 0 1110 11101000 1000001 111100

Color Harmonies of #5768DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5768DB

Black with #5768DB

Text Example


Text Example

White with #5768DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5768DB; }

 p { color: rgb(87,104,219); }

 H1.HeaderClassName
 {
   color: #5768DB;
 }
 .AnyTagClassName
 {
   color: #5768DB;
 }
</style>

background-color css

<style>
 a { background-color: #5768DB; }

 a { background-color: rgb(87,104,219); }

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

border-color css

<style>
 span { border-color: #5768DB; }

 span { border-color: rgb(87,104,219); }

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