Html Css Color HEX #5672DB Royal Blue

📋 copy color: '#5672DB'

red 86 ◦ green 114 ◦ blue 219

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

Shades of Royal Blue #5672DB

Tints of Royal Blue #5672DB

RGB

 RED value IS 86 (33.98% from 255) = 20.53%

 GREEN value IS 114 (44.92% from 255) = 27.21%

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

R = 20.53%
G = 27.21%
B = 52.27%

CMYK

 C value IS 0.61

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5672DB (or 0x5672DB) is known color: Royal Blue. HEX triplet: 56, 72 and DB. RGB value is (86,114,219). Sum of RGB (Red+Green+Blue) = 86+114+219=419 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.53% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #5672DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5672DB is #A98D24. Grayscale: #757575. Windows color (decimal): -11111717 or 14381654. OLE color: 14381654.

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

Color convert

RGB 86 114 219 -
CMYK 0.61 0.48 0 0.14
HSL 227.37º 0.65% 0.6% -
HSV(B) 227.37º 0.61% 0.86% -
XYZ 22.64 19.13 69.52 -
YUV 117.6 185.22 105.46 -
System Red Green Blue C M Y K H S L
Decimal 86 114 219 0.61 0.48 0 0.14 227.37 0.65 0.6
Hex 56 72 DB 3D 30 0 E E3 41 3C
Octal 126 162 333 75 60 0 16 343 101 74
Binary 1010110 1110010 11011011 111101 110000 0 1110 11100011 1000001 111100

Color Harmonies of #5672DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5672DB

Black with #5672DB

Text Example


Text Example

White with #5672DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,114,219); }

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

background-color css

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

 a { background-color: rgb(86,114,219); }

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

border-color css

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

 span { border-color: rgb(86,114,219); }

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