Html Css Color HEX #527AF1 Royal Blue

📋 copy color: '#527AF1'

red 82 ◦ green 122 ◦ blue 241

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

Shades of Royal Blue #527AF1

Tints of Royal Blue #527AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 54.16%

R = 18.43%
G = 27.42%
B = 54.16%

CMYK

 C value IS 0.66

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#527AF1 (or 0x527AF1) is known color: Royal Blue. HEX triplet: 52, 7A and F1. RGB value is (82,122,241). Sum of RGB (Red+Green+Blue) = 82+122+241=445 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.43% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 241 (94.53% from 255 or 54.16% from 445); Max value from RGB is 241 - color contains mainly: blue. Hex color #527AF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527AF1 is #AD850E. Grayscale: #7B7B7B. Windows color (decimal): -11371791 or 15825490. OLE color: 15825490.

HSL color Cylindrical-coordinate representation of color #527AF1: hue angle of 224.91º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #527AF1 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 82 122 241 -
CMYK 0.66 0.49 0 0.05
HSL 224.91º 0.85% 0.63% -
HSV(B) 224.91º 0.66% 0.95% -
XYZ 26.32 22.06 86.09 -
YUV 123.61 194.25 98.32 -
System Red Green Blue C M Y K H S L
Decimal 82 122 241 0.66 0.49 0 0.05 224.91 0.85 0.63
Hex 52 7A F1 42 31 0 5 E1 55 3F
Octal 122 172 361 102 61 0 5 341 125 77
Binary 1010010 1111010 11110001 1000010 110001 0 101 11100001 1010101 111111

Color Harmonies of #527AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527AF1

Black with #527AF1

Text Example


Text Example

White with #527AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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