Html Css Color HEX #5372DC Royal Blue

📋 copy color: '#5372DC'

red 83 ◦ green 114 ◦ blue 220

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

Shades of Royal Blue #5372DC

Tints of Royal Blue #5372DC

RGB

 RED value IS 83 (32.81% from 255) = 19.9%

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

 BLUE value IS 220 (86.33% from 255) = 52.76%

R = 19.9%
G = 27.34%
B = 52.76%

CMYK

 C value IS 0.62

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5372DC (or 0x5372DC) is known color: Royal Blue. HEX triplet: 53, 72 and DC. RGB value is (83,114,220). Sum of RGB (Red+Green+Blue) = 83+114+220=417 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.90% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #5372DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5372DC is #AC8D23. Grayscale: #747474. Windows color (decimal): -11308324 or 14447187. OLE color: 14447187.

HSL color Cylindrical-coordinate representation of color #5372DC: hue angle of 226.42º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5372DC is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 114 220 -
CMYK 0.62 0.48 0 0.14
HSL 226.42º 0.66% 0.59% -
HSV(B) 226.42º 0.62% 0.86% -
XYZ 22.5 19.04 70.2 -
YUV 116.82 186.23 103.88 -
System Red Green Blue C M Y K H S L
Decimal 83 114 220 0.62 0.48 0 0.14 226.42 0.66 0.59
Hex 53 72 DC 3E 30 0 E E2 42 3B
Octal 123 162 334 76 60 0 16 342 102 73
Binary 1010011 1110010 11011100 111110 110000 0 1110 11100010 1000010 111011

Color Harmonies of #5372DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5372DC

Black with #5372DC

Text Example


Text Example

White with #5372DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5372DC; }

 p { color: rgb(83,114,220); }

 H1.HeaderClassName
 {
   color: #5372DC;
 }
 .AnyTagClassName
 {
   color: #5372DC;
 }
</style>

background-color css

<style>
 a { background-color: #5372DC; }

 a { background-color: rgb(83,114,220); }

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

border-color css

<style>
 span { border-color: #5372DC; }

 span { border-color: rgb(83,114,220); }

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