Html Css Color HEX #525BDA Royal Blue

📋 copy color: '#525BDA'

red 82 ◦ green 91 ◦ blue 218

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

Shades of Royal Blue #525BDA

Tints of Royal Blue #525BDA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.27%

 BLUE value IS 218 (85.55% from 255) = 55.75%

R = 20.97%
G = 23.27%
B = 55.75%

CMYK

 C value IS 0.62

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#525BDA (or 0x525BDA) is known color: Royal Blue. HEX triplet: 52, 5B and DA. RGB value is (82,91,218). Sum of RGB (Red+Green+Blue) = 82+91+218=391 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.97% from 391); Green value is 91 (35.94% from 255 or 23.27% from 391); Blue value is 218 (85.55% from 255 or 55.75% from 391); Max value from RGB is 218 - color contains mainly: blue. Hex color #525BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525BDA is #ADA425. Grayscale: #666666. Windows color (decimal): -11379750 or 14310226. OLE color: 14310226.

HSL color Cylindrical-coordinate representation of color #525BDA: hue angle of 236.03º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #525BDA is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 91 218 -
CMYK 0.62 0.58 0 0.15
HSL 236.03º 0.65% 0.59% -
HSV(B) 236.03º 0.62% 0.85% -
XYZ 19.88 14.34 68.05 -
YUV 102.79 193.02 113.17 -
System Red Green Blue C M Y K H S L
Decimal 82 91 218 0.62 0.58 0 0.15 236.03 0.65 0.59
Hex 52 5B DA 3E 3A 0 F EC 41 3B
Octal 122 133 332 76 72 0 17 354 101 73
Binary 1010010 1011011 11011010 111110 111010 0 1111 11101100 1000001 111011

Color Harmonies of #525BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525BDA

Black with #525BDA

Text Example


Text Example

White with #525BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,91,218); }

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

background-color css

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

 a { background-color: rgb(82,91,218); }

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

border-color css

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

 span { border-color: rgb(82,91,218); }

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