Html Css Color HEX #525CDD Royal Blue

📋 copy color: '#525CDD'

red 82 ◦ green 92 ◦ blue 221

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

Shades of Royal Blue #525CDD

Tints of Royal Blue #525CDD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.29%

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

R = 20.76%
G = 23.29%
B = 55.95%

CMYK

 C value IS 0.63

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#525CDD (or 0x525CDD) is known color: Royal Blue. HEX triplet: 52, 5C and DD. RGB value is (82,92,221). Sum of RGB (Red+Green+Blue) = 82+92+221=395 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.76% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #525CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525CDD is #ADA322. Grayscale: #676767. Windows color (decimal): -11379491 or 14507090. OLE color: 14507090.

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

Color convert

RGB 82 92 221 -
CMYK 0.63 0.58 0 0.13
HSL 235.68º 0.67% 0.59% -
HSV(B) 235.68º 0.63% 0.87% -
XYZ 20.36 14.67 70.16 -
YUV 103.72 194.19 112.51 -
System Red Green Blue C M Y K H S L
Decimal 82 92 221 0.63 0.58 0 0.13 235.68 0.67 0.59
Hex 52 5C DD 3F 3A 0 D EC 43 3B
Octal 122 134 335 77 72 0 15 354 103 73
Binary 1010010 1011100 11011101 111111 111010 0 1101 11101100 1000011 111011

Color Harmonies of #525CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525CDD

Black with #525CDD

Text Example


Text Example

White with #525CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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