Html Css Color HEX #526ACF Royal Blue

📋 copy color: '#526ACF'

red 82 ◦ green 106 ◦ blue 207

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

Shades of Royal Blue #526ACF

Tints of Royal Blue #526ACF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.84%

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

R = 20.76%
G = 26.84%
B = 52.41%

CMYK

 C value IS 0.60

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#526ACF (or 0x526ACF) is known color: Royal Blue. HEX triplet: 52, 6A and CF. RGB value is (82,106,207). Sum of RGB (Red+Green+Blue) = 82+106+207=395 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.76% from 395); Green value is 106 (41.80% from 255 or 26.84% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #526ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526ACF is #AD9530. Grayscale: #6D6D6D. Windows color (decimal): -11375921 or 13593170. OLE color: 13593170.

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

Color convert

RGB 82 106 207 -
CMYK 0.60 0.49 0 0.19
HSL 228.48º 0.57% 0.57% -
HSV(B) 228.48º 0.6% 0.81% -
XYZ 19.9 16.61 61.19 -
YUV 110.34 182.55 107.79 -
System Red Green Blue C M Y K H S L
Decimal 82 106 207 0.60 0.49 0 0.19 228.48 0.57 0.57
Hex 52 6A CF 3C 31 0 13 E4 39 39
Octal 122 152 317 74 61 0 23 344 71 71
Binary 1010010 1101010 11001111 111100 110001 0 10011 11100100 111001 111001

Color Harmonies of #526ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526ACF

Black with #526ACF

Text Example


Text Example

White with #526ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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