Html Css Color HEX #527AF0 Royal Blue

📋 copy color: '#527AF0'

red 82 ◦ green 122 ◦ blue 240

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

Shades of Royal Blue #527AF0

Tints of Royal Blue #527AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 54.05%

R = 18.47%
G = 27.48%
B = 54.05%

CMYK

 C value IS 0.66

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#527AF0 (or 0x527AF0) is known color: Royal Blue. HEX triplet: 52, 7A and F0. RGB value is (82,122,240). Sum of RGB (Red+Green+Blue) = 82+122+240=444 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.47% from 444); Green value is 122 (48.05% from 255 or 27.48% from 444); Blue value is 240 (94.14% from 255 or 54.05% from 444); Max value from RGB is 240 - color contains mainly: blue. Hex color #527AF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527AF0 is #AD850F. Grayscale: #7A7A7A. Windows color (decimal): -11371792 or 15759954. OLE color: 15759954.

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

Color convert

RGB 82 122 240 -
CMYK 0.66 0.49 0 0.06
HSL 224.81º 0.84% 0.63% -
HSV(B) 224.81º 0.66% 0.94% -
XYZ 26.17 22 85.31 -
YUV 123.49 193.75 98.41 -
System Red Green Blue C M Y K H S L
Decimal 82 122 240 0.66 0.49 0 0.06 224.81 0.84 0.63
Hex 52 7A F0 42 31 0 6 E1 54 3F
Octal 122 172 360 102 61 0 6 341 124 77
Binary 1010010 1111010 11110000 1000010 110001 0 110 11100001 1010100 111111

Color Harmonies of #527AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527AF0

Black with #527AF0

Text Example


Text Example

White with #527AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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