Html Css Color HEX #526FCF Royal Blue

📋 copy color: '#526FCF'

red 82 ◦ green 111 ◦ blue 207

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

Shades of Royal Blue #526FCF

Tints of Royal Blue #526FCF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.75%

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

R = 20.5%
G = 27.75%
B = 51.75%

CMYK

 C value IS 0.60

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#526FCF (or 0x526FCF) is known color: Royal Blue. HEX triplet: 52, 6F and CF. RGB value is (82,111,207). Sum of RGB (Red+Green+Blue) = 82+111+207=400 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.5% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #526FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526FCF is #AD9030. Grayscale: #707070. Windows color (decimal): -11374641 or 13594450. OLE color: 13594450.

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

Color convert

RGB 82 111 207 -
CMYK 0.60 0.46 0 0.19
HSL 226.08º 0.57% 0.57% -
HSV(B) 226.08º 0.6% 0.81% -
XYZ 20.43 17.67 61.37 -
YUV 113.27 180.89 105.69 -
System Red Green Blue C M Y K H S L
Decimal 82 111 207 0.60 0.46 0 0.19 226.08 0.57 0.57
Hex 52 6F CF 3C 2E 0 13 E2 39 39
Octal 122 157 317 74 56 0 23 342 71 71
Binary 1010010 1101111 11001111 111100 101110 0 10011 11100010 111001 111001

Color Harmonies of #526FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526FCF

Black with #526FCF

Text Example


Text Example

White with #526FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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