Html Css Color HEX #526EDF Royal Blue

📋 copy color: '#526EDF'

red 82 ◦ green 110 ◦ blue 223

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

Shades of Royal Blue #526EDF

Tints of Royal Blue #526EDF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.51%

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

R = 19.76%
G = 26.51%
B = 53.73%

CMYK

 C value IS 0.63

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#526EDF (or 0x526EDF) is known color: Royal Blue. HEX triplet: 52, 6E and DF. RGB value is (82,110,223). Sum of RGB (Red+Green+Blue) = 82+110+223=415 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.76% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #526EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526EDF is #AD9120. Grayscale: #727272. Windows color (decimal): -11374881 or 14642770. OLE color: 14642770.

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

Color convert

RGB 82 110 223 -
CMYK 0.63 0.51 0 0.13
HSL 228.09º 0.69% 0.6% -
HSV(B) 228.09º 0.63% 0.87% -
XYZ 22.37 18.27 72.16 -
YUV 114.51 189.22 104.81 -
System Red Green Blue C M Y K H S L
Decimal 82 110 223 0.63 0.51 0 0.13 228.09 0.69 0.6
Hex 52 6E DF 3F 33 0 D E4 45 3C
Octal 122 156 337 77 63 0 15 344 105 74
Binary 1010010 1101110 11011111 111111 110011 0 1101 11100100 1000101 111100

Color Harmonies of #526EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526EDF

Black with #526EDF

Text Example


Text Example

White with #526EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526EDF; }

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

 H1.HeaderClassName
 {
   color: #526EDF;
 }
 .AnyTagClassName
 {
   color: #526EDF;
 }
</style>

background-color css

<style>
 a { background-color: #526EDF; }

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

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

border-color css

<style>
 span { border-color: #526EDF; }

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

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