Html Css Color HEX #5374DC Royal Blue

📋 copy color: '#5374DC'

red 83 ◦ green 116 ◦ blue 220

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

Shades of Royal Blue #5374DC

Tints of Royal Blue #5374DC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.68%

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

R = 19.81%
G = 27.68%
B = 52.51%

CMYK

 C value IS 0.62

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5374DC (or 0x5374DC) is known color: Royal Blue. HEX triplet: 53, 74 and DC. RGB value is (83,116,220). Sum of RGB (Red+Green+Blue) = 83+116+220=419 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.81% from 419); Green value is 116 (45.70% from 255 or 27.68% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #5374DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5374DC is #AC8B23. Grayscale: #757575. Windows color (decimal): -11307812 or 14447699. OLE color: 14447699.

HSL color Cylindrical-coordinate representation of color #5374DC: hue angle of 225.55º 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 #5374DC is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 116 220 -
CMYK 0.62 0.47 0 0.14
HSL 225.55º 0.66% 0.59% -
HSV(B) 225.55º 0.62% 0.86% -
XYZ 22.73 19.5 70.28 -
YUV 117.99 185.57 103.04 -
System Red Green Blue C M Y K H S L
Decimal 83 116 220 0.62 0.47 0 0.14 225.55 0.66 0.59
Hex 53 74 DC 3E 2F 0 E E2 42 3B
Octal 123 164 334 76 57 0 16 342 102 73
Binary 1010011 1110100 11011100 111110 101111 0 1110 11100010 1000010 111011

Color Harmonies of #5374DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5374DC

Black with #5374DC

Text Example


Text Example

White with #5374DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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