Html Css Color HEX #5270DD Royal Blue

📋 copy color: '#5270DD'

red 82 ◦ green 112 ◦ blue 221

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

Shades of Royal Blue #5270DD

Tints of Royal Blue #5270DD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.99%

 BLUE value IS 221 (86.72% from 255) = 53.25%

R = 19.76%
G = 26.99%
B = 53.25%

CMYK

 C value IS 0.63

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5270DD (or 0x5270DD) is known color: Royal Blue. HEX triplet: 52, 70 and DD. RGB value is (82,112,221). Sum of RGB (Red+Green+Blue) = 82+112+221=415 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.76% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #5270DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5270DD is #AD8F22. Grayscale: #727272. Windows color (decimal): -11374371 or 14512210. OLE color: 14512210.

HSL color Cylindrical-coordinate representation of color #5270DD: hue angle of 227.05º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5270DD is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 112 221 -
CMYK 0.63 0.49 0 0.13
HSL 227.05º 0.67% 0.59% -
HSV(B) 227.05º 0.63% 0.87% -
XYZ 22.32 18.6 70.82 -
YUV 115.46 187.56 104.14 -
System Red Green Blue C M Y K H S L
Decimal 82 112 221 0.63 0.49 0 0.13 227.05 0.67 0.59
Hex 52 70 DD 3F 31 0 D E3 43 3B
Octal 122 160 335 77 61 0 15 343 103 73
Binary 1010010 1110000 11011101 111111 110001 0 1101 11100011 1000011 111011

Color Harmonies of #5270DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5270DD

Black with #5270DD

Text Example


Text Example

White with #5270DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5270DD; }

 p { color: rgb(82,112,221); }

 H1.HeaderClassName
 {
   color: #5270DD;
 }
 .AnyTagClassName
 {
   color: #5270DD;
 }
</style>

background-color css

<style>
 a { background-color: #5270DD; }

 a { background-color: rgb(82,112,221); }

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

border-color css

<style>
 span { border-color: #5270DD; }

 span { border-color: rgb(82,112,221); }

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