Html Css Color HEX #527FDF Royal Blue

📋 copy color: '#527FDF'

red 82 ◦ green 127 ◦ blue 223

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

Shades of Royal Blue #527FDF

Tints of Royal Blue #527FDF

RGB

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

 GREEN value IS 127 (50% from 255) = 29.4%

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

R = 18.98%
G = 29.4%
B = 51.62%

CMYK

 C value IS 0.63

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#527FDF (or 0x527FDF) is known color: Royal Blue. HEX triplet: 52, 7F and DF. RGB value is (82,127,223). Sum of RGB (Red+Green+Blue) = 82+127+223=432 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.98% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #527FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527FDF is #AD8020. Grayscale: #7C7C7C. Windows color (decimal): -11370529 or 14647122. OLE color: 14647122.

HSL color Cylindrical-coordinate representation of color #527FDF: hue angle of 220.85º 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 #527FDF is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 127 223 -
CMYK 0.63 0.43 0 0.13
HSL 220.85º 0.69% 0.6% -
HSV(B) 220.85º 0.63% 0.87% -
XYZ 24.39 22.3 72.83 -
YUV 124.49 183.59 97.69 -
System Red Green Blue C M Y K H S L
Decimal 82 127 223 0.63 0.43 0 0.13 220.85 0.69 0.6
Hex 52 7F DF 3F 2B 0 D DD 45 3C
Octal 122 177 337 77 53 0 15 335 105 74
Binary 1010010 1111111 11011111 111111 101011 0 1101 11011101 1000101 111100

Color Harmonies of #527FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527FDF

Black with #527FDF

Text Example


Text Example

White with #527FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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