Html Css Color HEX #5270CE Royal Blue

📋 copy color: '#5270CE'

red 82 ◦ green 112 ◦ blue 206

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

Shades of Royal Blue #5270CE

Tints of Royal Blue #5270CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.5%

R = 20.5%
G = 28%
B = 51.5%

CMYK

 C value IS 0.60

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5270CE (or 0x5270CE) is known color: Royal Blue. HEX triplet: 52, 70 and CE. RGB value is (82,112,206). Sum of RGB (Red+Green+Blue) = 82+112+206=400 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.5% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #5270CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5270CE is #AD8F31. Grayscale: #717171. Windows color (decimal): -11374386 or 13529170. OLE color: 13529170.

HSL color Cylindrical-coordinate representation of color #5270CE: hue angle of 225.48º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5270CE is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 112 206 -
CMYK 0.60 0.46 0 0.19
HSL 225.48º 0.56% 0.56% -
HSV(B) 225.48º 0.6% 0.81% -
XYZ 20.41 17.84 60.76 -
YUV 113.75 180.06 105.36 -
System Red Green Blue C M Y K H S L
Decimal 82 112 206 0.60 0.46 0 0.19 225.48 0.56 0.56
Hex 52 70 CE 3C 2E 0 13 E1 38 38
Octal 122 160 316 74 56 0 23 341 70 70
Binary 1010010 1110000 11001110 111100 101110 0 10011 11100001 111000 111000

Color Harmonies of #5270CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5270CE

Black with #5270CE

Text Example


Text Example

White with #5270CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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