Html Css Color HEX #5274FF Royal Blue

📋 copy color: '#5274FF'

red 82 ◦ green 116 ◦ blue 255

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

Shades of Royal Blue #5274FF

Tints of Royal Blue #5274FF

RGB

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

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

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

R = 18.1%
G = 25.61%
B = 56.29%

CMYK

 C value IS 0.68

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5274FF (or 0x5274FF) is known color: Royal Blue. HEX triplet: 52, 74 and FF. RGB value is (82,116,255). Sum of RGB (Red+Green+Blue) = 82+116+255=453 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.10% from 453); Green value is 116 (45.70% from 255 or 25.61% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #5274FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5274FF is #AD8B00. Grayscale: #797979. Windows color (decimal): -11373313 or 16741458. OLE color: 16741458.

HSL color Cylindrical-coordinate representation of color #5274FF: hue angle of 228.21º 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 #5274FF is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 82 116 255 -
CMYK 0.68 0.55 0 0
HSL 228.21º 1% 0.66% -
HSV(B) 228.21º 0.68% 1% -
XYZ 27.78 21.5 97.29 -
YUV 121.68 203.24 99.7 -
System Red Green Blue C M Y K H S L
Decimal 82 116 255 0.68 0.55 0 0 228.21 1 0.66
Hex 52 74 FF 44 37 0 0 E4 64 42
Octal 122 164 377 104 67 0 0 344 144 102
Binary 1010010 1110100 11111111 1000100 110111 0 0 11100100 1100100 1000010

Color Harmonies of #5274FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5274FF

Black with #5274FF

Text Example


Text Example

White with #5274FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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