Html Css Color HEX #526DCF Royal Blue

📋 copy color: '#526DCF'

red 82 ◦ green 109 ◦ blue 207

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

Shades of Royal Blue #526DCF

Tints of Royal Blue #526DCF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.39%

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

R = 20.6%
G = 27.39%
B = 52.01%

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

#526DCF (or 0x526DCF) is known color: Royal Blue. HEX triplet: 52, 6D and CF. RGB value is (82,109,207). Sum of RGB (Red+Green+Blue) = 82+109+207=398 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.60% from 398); Green value is 109 (42.97% from 255 or 27.39% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #526DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526DCF is #AD9230. Grayscale: #6F6F6F. Windows color (decimal): -11375153 or 13593938. OLE color: 13593938.

HSL color Cylindrical-coordinate representation of color #526DCF: hue angle of 227.04º 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 #526DCF is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 109 207 -
CMYK 0.60 0.47 0 0.19
HSL 227.04º 0.57% 0.57% -
HSV(B) 227.04º 0.6% 0.81% -
XYZ 20.21 17.24 61.29 -
YUV 112.1 181.55 106.53 -
System Red Green Blue C M Y K H S L
Decimal 82 109 207 0.60 0.47 0 0.19 227.04 0.57 0.57
Hex 52 6D CF 3C 2F 0 13 E3 39 39
Octal 122 155 317 74 57 0 23 343 71 71
Binary 1010010 1101101 11001111 111100 101111 0 10011 11100011 111001 111001

Color Harmonies of #526DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526DCF

Black with #526DCF

Text Example


Text Example

White with #526DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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