Html Css Color HEX #527AFD Royal Blue

📋 copy color: '#527AFD'

red 82 ◦ green 122 ◦ blue 253

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

Shades of Royal Blue #527AFD

Tints of Royal Blue #527AFD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.7%

 BLUE value IS 253 (99.22% from 255) = 55.36%

R = 17.94%
G = 26.7%
B = 55.36%

CMYK

 C value IS 0.68

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#527AFD (or 0x527AFD) is known color: Royal Blue. HEX triplet: 52, 7A and FD. RGB value is (82,122,253). Sum of RGB (Red+Green+Blue) = 82+122+253=457 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.94% from 457); Green value is 122 (48.05% from 255 or 26.70% from 457); Blue value is 253 (99.22% from 255 or 55.36% from 457); Max value from RGB is 253 - color contains mainly: blue. Hex color #527AFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527AFD is #AD8502. Grayscale: #7C7C7C. Windows color (decimal): -11371779 or 16611922. OLE color: 16611922.

HSL color Cylindrical-coordinate representation of color #527AFD: hue angle of 225.96º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #527AFD is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 82 122 253 -
CMYK 0.68 0.52 0 0.01
HSL 225.96º 0.98% 0.66% -
HSV(B) 225.96º 0.68% 0.99% -
XYZ 28.17 22.8 95.85 -
YUV 124.97 200.25 97.35 -
System Red Green Blue C M Y K H S L
Decimal 82 122 253 0.68 0.52 0 0.01 225.96 0.98 0.66
Hex 52 7A FD 44 34 0 1 E2 62 42
Octal 122 172 375 104 64 0 1 342 142 102
Binary 1010010 1111010 11111101 1000100 110100 0 1 11100010 1100010 1000010

Color Harmonies of #527AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527AFD

Black with #527AFD

Text Example


Text Example

White with #527AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527AFD; }

 p { color: rgb(82,122,253); }

 H1.HeaderClassName
 {
   color: #527AFD;
 }
 .AnyTagClassName
 {
   color: #527AFD;
 }
</style>

background-color css

<style>
 a { background-color: #527AFD; }

 a { background-color: rgb(82,122,253); }

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

border-color css

<style>
 span { border-color: #527AFD; }

 span { border-color: rgb(82,122,253); }

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