Html Css Color HEX #527DED Royal Blue

📋 copy color: '#527DED'

red 82 ◦ green 125 ◦ blue 237

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

Shades of Royal Blue #527DED

Tints of Royal Blue #527DED

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.15%

 BLUE value IS 237 (92.97% from 255) = 53.38%

R = 18.47%
G = 28.15%
B = 53.38%

CMYK

 C value IS 0.65

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#527DED (or 0x527DED) is known color: Royal Blue. HEX triplet: 52, 7D and ED. RGB value is (82,125,237). Sum of RGB (Red+Green+Blue) = 82+125+237=444 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.47% from 444); Green value is 125 (49.22% from 255 or 28.15% from 444); Blue value is 237 (92.97% from 255 or 53.38% from 444); Max value from RGB is 237 - color contains mainly: blue. Hex color #527DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527DED is #AD8212. Grayscale: #7C7C7C. Windows color (decimal): -11371027 or 15564114. OLE color: 15564114.

HSL color Cylindrical-coordinate representation of color #527DED: hue angle of 223.35º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #527DED is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 125 237 -
CMYK 0.65 0.47 0 0.07
HSL 223.35º 0.81% 0.63% -
HSV(B) 223.35º 0.65% 0.93% -
XYZ 26.1 22.58 83.1 -
YUV 124.91 191.25 97.39 -
System Red Green Blue C M Y K H S L
Decimal 82 125 237 0.65 0.47 0 0.07 223.35 0.81 0.63
Hex 52 7D ED 41 2F 0 7 DF 51 3F
Octal 122 175 355 101 57 0 7 337 121 77
Binary 1010010 1111101 11101101 1000001 101111 0 111 11011111 1010001 111111

Color Harmonies of #527DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527DED

Black with #527DED

Text Example


Text Example

White with #527DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,125,237); }

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

background-color css

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

 a { background-color: rgb(82,125,237); }

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

border-color css

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

 span { border-color: rgb(82,125,237); }

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