Html Css Color HEX #5270FF Royal Blue

📋 copy color: '#5270FF'

red 82 ◦ green 112 ◦ blue 255

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

Shades of Royal Blue #5270FF

Tints of Royal Blue #5270FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.79%

R = 18.26%
G = 24.94%
B = 56.79%

CMYK

 C value IS 0.68

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5270FF (or 0x5270FF) is known color: Royal Blue. HEX triplet: 52, 70 and FF. RGB value is (82,112,255). Sum of RGB (Red+Green+Blue) = 82+112+255=449 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.26% from 449); Green value is 112 (44.14% from 255 or 24.94% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #5270FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5270FF is #AD8F00. Grayscale: #767676. Windows color (decimal): -11374337 or 16740434. OLE color: 16740434.

HSL color Cylindrical-coordinate representation of color #5270FF: hue angle of 229.6º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5270FF is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 82 112 255 -
CMYK 0.68 0.56 0 0
HSL 229.6º 1% 0.66% -
HSV(B) 229.6º 0.68% 1% -
XYZ 27.32 20.6 97.14 -
YUV 119.33 204.56 101.37 -
System Red Green Blue C M Y K H S L
Decimal 82 112 255 0.68 0.56 0 0 229.6 1 0.66
Hex 52 70 FF 44 38 0 0 E6 64 42
Octal 122 160 377 104 70 0 0 346 144 102
Binary 1010010 1110000 11111111 1000100 111000 0 0 11100110 1100100 1000010

Color Harmonies of #5270FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5270FF

Black with #5270FF

Text Example


Text Example

White with #5270FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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