Html Css Color HEX #526CED Royal Blue

📋 copy color: '#526CED'

red 82 ◦ green 108 ◦ blue 237

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

Shades of Royal Blue #526CED

Tints of Royal Blue #526CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 55.5%

R = 19.2%
G = 25.29%
B = 55.5%

CMYK

 C value IS 0.65

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#526CED (or 0x526CED) is known color: Royal Blue. HEX triplet: 52, 6C and ED. RGB value is (82,108,237). Sum of RGB (Red+Green+Blue) = 82+108+237=427 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.20% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 237 (92.97% from 255 or 55.50% from 427); Max value from RGB is 237 - color contains mainly: blue. Hex color #526CED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526CED is #AD9312. Grayscale: #727272. Windows color (decimal): -11375379 or 15559762. OLE color: 15559762.

HSL color Cylindrical-coordinate representation of color #526CED: hue angle of 229.94º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #526CED is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 108 237 -
CMYK 0.65 0.54 0 0.07
HSL 229.94º 0.81% 0.63% -
HSV(B) 229.94º 0.65% 0.93% -
XYZ 24.13 18.63 82.45 -
YUV 114.93 196.89 104.51 -
System Red Green Blue C M Y K H S L
Decimal 82 108 237 0.65 0.54 0 0.07 229.94 0.81 0.63
Hex 52 6C ED 41 36 0 7 E6 51 3F
Octal 122 154 355 101 66 0 7 346 121 77
Binary 1010010 1101100 11101101 1000001 110110 0 111 11100110 1010001 111111

Color Harmonies of #526CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526CED

Black with #526CED

Text Example


Text Example

White with #526CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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