Html Css Color HEX #5764DB Royal Blue

📋 copy color: '#5764DB'

red 87 ◦ green 100 ◦ blue 219

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

Shades of Royal Blue #5764DB

Tints of Royal Blue #5764DB

RGB

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

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

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

R = 21.43%
G = 24.63%
B = 53.94%

CMYK

 C value IS 0.60

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5764DB (or 0x5764DB) is known color: Royal Blue. HEX triplet: 57, 64 and DB. RGB value is (87,100,219). Sum of RGB (Red+Green+Blue) = 87+100+219=406 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.43% from 406); Green value is 100 (39.45% from 255 or 24.63% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #5764DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5764DB is #A89B24. Grayscale: #6D6D6D. Windows color (decimal): -11049765 or 14378071. OLE color: 14378071.

HSL color Cylindrical-coordinate representation of color #5764DB: hue angle of 234.09º 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 #5764DB is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 87 100 219 -
CMYK 0.60 0.54 0 0.14
HSL 234.09º 0.65% 0.6% -
HSV(B) 234.09º 0.6% 0.86% -
XYZ 21.27 16.26 69.03 -
YUV 109.68 189.69 111.82 -
System Red Green Blue C M Y K H S L
Decimal 87 100 219 0.60 0.54 0 0.14 234.09 0.65 0.6
Hex 57 64 DB 3C 36 0 E EA 41 3C
Octal 127 144 333 74 66 0 16 352 101 74
Binary 1010111 1100100 11011011 111100 110110 0 1110 11101010 1000001 111100

Color Harmonies of #5764DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5764DB

Black with #5764DB

Text Example


Text Example

White with #5764DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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