Html Css Color HEX #526CDD Royal Blue

📋 copy color: '#526CDD'

red 82 ◦ green 108 ◦ blue 221

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

Shades of Royal Blue #526CDD

Tints of Royal Blue #526CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.77%

R = 19.95%
G = 26.28%
B = 53.77%

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

#526CDD (or 0x526CDD) is known color: Royal Blue. HEX triplet: 52, 6C and DD. RGB value is (82,108,221). Sum of RGB (Red+Green+Blue) = 82+108+221=411 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.95% from 411); Green value is 108 (42.58% from 255 or 26.28% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #526CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526CDD is #AD9322. Grayscale: #707070. Windows color (decimal): -11375395 or 14511186. OLE color: 14511186.

HSL color Cylindrical-coordinate representation of color #526CDD: hue angle of 228.78º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #526CDD is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 108 221 -
CMYK 0.63 0.51 0 0.13
HSL 228.78º 0.67% 0.59% -
HSV(B) 228.78º 0.63% 0.87% -
XYZ 21.89 17.74 70.68 -
YUV 113.11 188.89 105.81 -
System Red Green Blue C M Y K H S L
Decimal 82 108 221 0.63 0.51 0 0.13 228.78 0.67 0.59
Hex 52 6C DD 3F 33 0 D E5 43 3B
Octal 122 154 335 77 63 0 15 345 103 73
Binary 1010010 1101100 11011101 111111 110011 0 1101 11100101 1000011 111011

Color Harmonies of #526CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526CDD

Black with #526CDD

Text Example


Text Example

White with #526CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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