Html Css Color HEX #526CDF Royal Blue

📋 copy color: '#526CDF'

red 82 ◦ green 108 ◦ blue 223

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

Shades of Royal Blue #526CDF

Tints of Royal Blue #526CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 54%

R = 19.85%
G = 26.15%
B = 54%

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

#526CDF (or 0x526CDF) is known color: Royal Blue. HEX triplet: 52, 6C and DF. RGB value is (82,108,223). Sum of RGB (Red+Green+Blue) = 82+108+223=413 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.85% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 223 (87.5% from 255 or 54.00% from 413); Max value from RGB is 223 - color contains mainly: blue. Hex color #526CDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526CDF is #AD9320. Grayscale: #707070. Windows color (decimal): -11375393 or 14642258. OLE color: 14642258.

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

Color convert

RGB 82 108 223 -
CMYK 0.63 0.52 0 0.13
HSL 228.94º 0.69% 0.6% -
HSV(B) 228.94º 0.63% 0.87% -
XYZ 22.16 17.85 72.09 -
YUV 113.34 189.89 105.65 -
System Red Green Blue C M Y K H S L
Decimal 82 108 223 0.63 0.52 0 0.13 228.94 0.69 0.6
Hex 52 6C DF 3F 34 0 D E5 45 3C
Octal 122 154 337 77 64 0 15 345 105 74
Binary 1010010 1101100 11011111 111111 110100 0 1101 11100101 1000101 111100

Color Harmonies of #526CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526CDF

Black with #526CDF

Text Example


Text Example

White with #526CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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