Html Css Color HEX #5273DC Royal Blue

📋 copy color: '#5273DC'

red 82 ◦ green 115 ◦ blue 220

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

Shades of Royal Blue #5273DC

Tints of Royal Blue #5273DC

RGB

 RED value IS 82 (32.42% from 255) = 19.66%

 GREEN value IS 115 (45.31% from 255) = 27.58%

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

R = 19.66%
G = 27.58%
B = 52.76%

CMYK

 C value IS 0.63

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5273DC (or 0x5273DC) is known color: Royal Blue. HEX triplet: 52, 73 and DC. RGB value is (82,115,220). Sum of RGB (Red+Green+Blue) = 82+115+220=417 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.66% from 417); Green value is 115 (45.31% from 255 or 27.58% 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 #5273DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5273DC is #AD8C23. Grayscale: #747474. Windows color (decimal): -11373604 or 14447442. OLE color: 14447442.

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

Color convert

RGB 82 115 220 -
CMYK 0.63 0.48 0 0.14
HSL 225.65º 0.66% 0.59% -
HSV(B) 225.65º 0.63% 0.86% -
XYZ 22.53 19.22 70.23 -
YUV 117.1 186.07 102.96 -
System Red Green Blue C M Y K H S L
Decimal 82 115 220 0.63 0.48 0 0.14 225.65 0.66 0.59
Hex 52 73 DC 3F 30 0 E E2 42 3B
Octal 122 163 334 77 60 0 16 342 102 73
Binary 1010010 1110011 11011100 111111 110000 0 1110 11100010 1000010 111011

Color Harmonies of #5273DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5273DC

Black with #5273DC

Text Example


Text Example

White with #5273DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,115,220); }

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

background-color css

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

 a { background-color: rgb(82,115,220); }

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

border-color css

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

 span { border-color: rgb(82,115,220); }

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