Html Css Color HEX #527FDE Royal Blue

📋 copy color: '#527FDE'

red 82 ◦ green 127 ◦ blue 222

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

Shades of Royal Blue #527FDE

Tints of Royal Blue #527FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.51%

R = 19.03%
G = 29.47%
B = 51.51%

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

#527FDE (or 0x527FDE) is known color: Royal Blue. HEX triplet: 52, 7F and DE. RGB value is (82,127,222). Sum of RGB (Red+Green+Blue) = 82+127+222=431 (57% of max value = 765). Red value is 82 (32.42% from 255 or 19.03% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 222 (87.11% from 255 or 51.51% from 431); Max value from RGB is 222 - color contains mainly: blue. Hex color #527FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527FDE is #AD8021. Grayscale: #7B7B7B. Windows color (decimal): -11370530 or 14581586. OLE color: 14581586.

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

Color convert

RGB 82 127 222 -
CMYK 0.63 0.43 0 0.13
HSL 220.71º 0.68% 0.6% -
HSV(B) 220.71º 0.63% 0.87% -
XYZ 24.25 22.25 72.12 -
YUV 124.38 183.09 97.78 -
System Red Green Blue C M Y K H S L
Decimal 82 127 222 0.63 0.43 0 0.13 220.71 0.68 0.6
Hex 52 7F DE 3F 2B 0 D DD 44 3C
Octal 122 177 336 77 53 0 15 335 104 74
Binary 1010010 1111111 11011110 111111 101011 0 1101 11011101 1000100 111100

Color Harmonies of #527FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527FDE

Black with #527FDE

Text Example


Text Example

White with #527FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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