Html Css Color HEX #527BF1 Royal Blue

📋 copy color: '#527BF1'

red 82 ◦ green 123 ◦ blue 241

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

Shades of Royal Blue #527BF1

Tints of Royal Blue #527BF1

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.58%

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

R = 18.39%
G = 27.58%
B = 54.04%

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

#527BF1 (or 0x527BF1) is known color: Royal Blue. HEX triplet: 52, 7B and F1. RGB value is (82,123,241). Sum of RGB (Red+Green+Blue) = 82+123+241=446 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.39% from 446); Green value is 123 (48.44% from 255 or 27.58% from 446); Blue value is 241 (94.53% from 255 or 54.04% from 446); Max value from RGB is 241 - color contains mainly: blue. Hex color #527BF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527BF1 is #AD840E. Grayscale: #7B7B7B. Windows color (decimal): -11371535 or 15825746. OLE color: 15825746.

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

Color convert

RGB 82 123 241 -
CMYK 0.66 0.49 0 0.05
HSL 224.53º 0.85% 0.63% -
HSV(B) 224.53º 0.66% 0.95% -
XYZ 26.44 22.31 86.13 -
YUV 124.19 193.92 97.91 -
System Red Green Blue C M Y K H S L
Decimal 82 123 241 0.66 0.49 0 0.05 224.53 0.85 0.63
Hex 52 7B F1 42 31 0 5 E1 55 3F
Octal 122 173 361 102 61 0 5 341 125 77
Binary 1010010 1111011 11110001 1000010 110001 0 101 11100001 1010101 111111

Color Harmonies of #527BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527BF1

Black with #527BF1

Text Example


Text Example

White with #527BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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