Html Css Color HEX #526ECF Royal Blue

📋 copy color: '#526ECF'

red 82 ◦ green 110 ◦ blue 207

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

Shades of Royal Blue #526ECF

Tints of Royal Blue #526ECF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.57%

 BLUE value IS 207 (81.25% from 255) = 51.88%

R = 20.55%
G = 27.57%
B = 51.88%

CMYK

 C value IS 0.60

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#526ECF (or 0x526ECF) is known color: Royal Blue. HEX triplet: 52, 6E and CF. RGB value is (82,110,207). Sum of RGB (Red+Green+Blue) = 82+110+207=399 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.55% from 399); Green value is 110 (43.36% from 255 or 27.57% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #526ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526ECF is #AD9130. Grayscale: #707070. Windows color (decimal): -11374897 or 13594194. OLE color: 13594194.

HSL color Cylindrical-coordinate representation of color #526ECF: hue angle of 226.56º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #526ECF is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 110 207 -
CMYK 0.60 0.47 0 0.19
HSL 226.56º 0.57% 0.57% -
HSV(B) 226.56º 0.6% 0.81% -
XYZ 20.32 17.45 61.33 -
YUV 112.69 181.22 106.11 -
System Red Green Blue C M Y K H S L
Decimal 82 110 207 0.60 0.47 0 0.19 226.56 0.57 0.57
Hex 52 6E CF 3C 2F 0 13 E3 39 39
Octal 122 156 317 74 57 0 23 343 71 71
Binary 1010010 1101110 11001111 111100 101111 0 10011 11100011 111001 111001

Color Harmonies of #526ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526ECF

Black with #526ECF

Text Example


Text Example

White with #526ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,110,207); }

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

background-color css

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

 a { background-color: rgb(82,110,207); }

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

border-color css

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

 span { border-color: rgb(82,110,207); }

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