Html Css Color HEX #527DF0 Royal Blue

📋 copy color: '#527DF0'

red 82 ◦ green 125 ◦ blue 240

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

Shades of Royal Blue #527DF0

Tints of Royal Blue #527DF0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.96%

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

R = 18.34%
G = 27.96%
B = 53.69%

CMYK

 C value IS 0.66

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#527DF0 (or 0x527DF0) is known color: Royal Blue. HEX triplet: 52, 7D and F0. RGB value is (82,125,240). Sum of RGB (Red+Green+Blue) = 82+125+240=447 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.34% from 447); Green value is 125 (49.22% from 255 or 27.96% from 447); Blue value is 240 (94.14% from 255 or 53.69% from 447); Max value from RGB is 240 - color contains mainly: blue. Hex color #527DF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527DF0 is #AD820F. Grayscale: #7C7C7C. Windows color (decimal): -11371024 or 15760722. OLE color: 15760722.

HSL color Cylindrical-coordinate representation of color #527DF0: hue angle of 223.67º 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 #527DF0 is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 125 240 -
CMYK 0.66 0.48 0 0.06
HSL 223.67º 0.84% 0.63% -
HSV(B) 223.67º 0.66% 0.94% -
XYZ 26.54 22.75 85.43 -
YUV 125.25 192.75 97.15 -
System Red Green Blue C M Y K H S L
Decimal 82 125 240 0.66 0.48 0 0.06 223.67 0.84 0.63
Hex 52 7D F0 42 30 0 6 E0 54 3F
Octal 122 175 360 102 60 0 6 340 124 77
Binary 1010010 1111101 11110000 1000010 110000 0 110 11100000 1010100 111111

Color Harmonies of #527DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527DF0

Black with #527DF0

Text Example


Text Example

White with #527DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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