Html Css Color HEX #527FDC Royal Blue

📋 copy color: '#527FDC'

red 82 ◦ green 127 ◦ blue 220

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

Shades of Royal Blue #527FDC

Tints of Royal Blue #527FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.28%

R = 19.11%
G = 29.6%
B = 51.28%

CMYK

 C value IS 0.63

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#527FDC (or 0x527FDC) is known color: Royal Blue. HEX triplet: 52, 7F and DC. RGB value is (82,127,220). Sum of RGB (Red+Green+Blue) = 82+127+220=429 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.11% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #527FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527FDC is #AD8023. Grayscale: #7B7B7B. Windows color (decimal): -11370532 or 14450514. OLE color: 14450514.

HSL color Cylindrical-coordinate representation of color #527FDC: hue angle of 220.43º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #527FDC is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 127 220 -
CMYK 0.63 0.42 0 0.14
HSL 220.43º 0.66% 0.59% -
HSV(B) 220.43º 0.63% 0.86% -
XYZ 23.99 22.14 70.72 -
YUV 124.15 182.09 97.94 -
System Red Green Blue C M Y K H S L
Decimal 82 127 220 0.63 0.42 0 0.14 220.43 0.66 0.59
Hex 52 7F DC 3F 2A 0 E DC 42 3B
Octal 122 177 334 77 52 0 16 334 102 73
Binary 1010010 1111111 11011100 111111 101010 0 1110 11011100 1000010 111011

Color Harmonies of #527FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527FDC

Black with #527FDC

Text Example


Text Example

White with #527FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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