Html Css Color HEX #527BDF Royal Blue

📋 copy color: '#527BDF'

red 82 ◦ green 123 ◦ blue 223

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

Shades of Royal Blue #527BDF

Tints of Royal Blue #527BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.1%

R = 19.16%
G = 28.74%
B = 52.1%

CMYK

 C value IS 0.63

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#527BDF (or 0x527BDF) is known color: Royal Blue. HEX triplet: 52, 7B and DF. RGB value is (82,123,223). Sum of RGB (Red+Green+Blue) = 82+123+223=428 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.16% from 428); Green value is 123 (48.44% from 255 or 28.74% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #527BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527BDF is #AD8420. Grayscale: #797979. Windows color (decimal): -11371553 or 14646098. OLE color: 14646098.

HSL color Cylindrical-coordinate representation of color #527BDF: hue angle of 222.55º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #527BDF is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 123 223 -
CMYK 0.63 0.45 0 0.13
HSL 222.55º 0.69% 0.6% -
HSV(B) 222.55º 0.63% 0.87% -
XYZ 23.88 21.29 72.66 -
YUV 122.14 184.92 99.37 -
System Red Green Blue C M Y K H S L
Decimal 82 123 223 0.63 0.45 0 0.13 222.55 0.69 0.6
Hex 52 7B DF 3F 2D 0 D DF 45 3C
Octal 122 173 337 77 55 0 15 337 105 74
Binary 1010010 1111011 11011111 111111 101101 0 1101 11011111 1000101 111100

Color Harmonies of #527BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527BDF

Black with #527BDF

Text Example


Text Example

White with #527BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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