Html Css Color HEX #526CDE Royal Blue

📋 copy color: '#526CDE'

red 82 ◦ green 108 ◦ blue 222

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

Shades of Royal Blue #526CDE

Tints of Royal Blue #526CDE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.21%

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

R = 19.9%
G = 26.21%
B = 53.88%

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

#526CDE (or 0x526CDE) is known color: Royal Blue. HEX triplet: 52, 6C and DE. RGB value is (82,108,222). Sum of RGB (Red+Green+Blue) = 82+108+222=412 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.90% from 412); Green value is 108 (42.58% from 255 or 26.21% from 412); Blue value is 222 (87.11% from 255 or 53.88% from 412); Max value from RGB is 222 - color contains mainly: blue. Hex color #526CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526CDE is #AD9321. Grayscale: #707070. Windows color (decimal): -11375394 or 14576722. OLE color: 14576722.

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

Color convert

RGB 82 108 222 -
CMYK 0.63 0.51 0 0.13
HSL 228.86º 0.68% 0.6% -
HSV(B) 228.86º 0.63% 0.87% -
XYZ 22.03 17.79 71.38 -
YUV 113.22 189.39 105.73 -
System Red Green Blue C M Y K H S L
Decimal 82 108 222 0.63 0.51 0 0.13 228.86 0.68 0.6
Hex 52 6C DE 3F 33 0 D E5 44 3C
Octal 122 154 336 77 63 0 15 345 104 74
Binary 1010010 1101100 11011110 111111 110011 0 1101 11100101 1000100 111100

Color Harmonies of #526CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526CDE

Black with #526CDE

Text Example


Text Example

White with #526CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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