Html Css Color HEX #526BDE Royal Blue

📋 copy color: '#526BDE'

red 82 ◦ green 107 ◦ blue 222

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

Shades of Royal Blue #526BDE

Tints of Royal Blue #526BDE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.03%

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

R = 19.95%
G = 26.03%
B = 54.01%

CMYK

 C value IS 0.63

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#526BDE (or 0x526BDE) is known color: Royal Blue. HEX triplet: 52, 6B and DE. RGB value is (82,107,222). Sum of RGB (Red+Green+Blue) = 82+107+222=411 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.95% from 411); Green value is 107 (42.19% from 255 or 26.03% from 411); Blue value is 222 (87.11% from 255 or 54.01% from 411); Max value from RGB is 222 - color contains mainly: blue. Hex color #526BDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526BDE is #AD9421. Grayscale: #707070. Windows color (decimal): -11375650 or 14576466. OLE color: 14576466.

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

Color convert

RGB 82 107 222 -
CMYK 0.63 0.52 0 0.13
HSL 229.29º 0.68% 0.6% -
HSV(B) 229.29º 0.63% 0.87% -
XYZ 21.92 17.58 71.35 -
YUV 112.64 189.72 106.15 -
System Red Green Blue C M Y K H S L
Decimal 82 107 222 0.63 0.52 0 0.13 229.29 0.68 0.6
Hex 52 6B DE 3F 34 0 D E5 44 3C
Octal 122 153 336 77 64 0 15 345 104 74
Binary 1010010 1101011 11011110 111111 110100 0 1101 11100101 1000100 111100

Color Harmonies of #526BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526BDE

Black with #526BDE

Text Example


Text Example

White with #526BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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