Html Css Color HEX #525FEC Royal Blue

📋 copy color: '#525FEC'

red 82 ◦ green 95 ◦ blue 236

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

Shades of Royal Blue #525FEC

Tints of Royal Blue #525FEC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23%

 BLUE value IS 236 (92.58% from 255) = 57.14%

R = 19.85%
G = 23%
B = 57.14%

CMYK

 C value IS 0.65

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#525FEC (or 0x525FEC) is known color: Royal Blue. HEX triplet: 52, 5F and EC. RGB value is (82,95,236). Sum of RGB (Red+Green+Blue) = 82+95+236=413 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.85% from 413); Green value is 95 (37.5% from 255 or 23.00% from 413); Blue value is 236 (92.58% from 255 or 57.14% from 413); Max value from RGB is 236 - color contains mainly: blue. Hex color #525FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #525FEC is #ADA013. Grayscale: #6A6A6A. Windows color (decimal): -11378708 or 15490898. OLE color: 15490898.

HSL color Cylindrical-coordinate representation of color #525FEC: hue angle of 234.94º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #525FEC is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 95 236 -
CMYK 0.65 0.60 0 0.07
HSL 234.94º 0.8% 0.62% -
HSV(B) 234.94º 0.65% 0.93% -
XYZ 22.71 16.03 81.25 -
YUV 107.19 200.69 110.04 -
System Red Green Blue C M Y K H S L
Decimal 82 95 236 0.65 0.60 0 0.07 234.94 0.8 0.62
Hex 52 5F EC 41 3C 0 7 EB 50 3E
Octal 122 137 354 101 74 0 7 353 120 76
Binary 1010010 1011111 11101100 1000001 111100 0 111 11101011 1010000 111110

Color Harmonies of #525FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525FEC

Black with #525FEC

Text Example


Text Example

White with #525FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525FEC; }

 p { color: rgb(82,95,236); }

 H1.HeaderClassName
 {
   color: #525FEC;
 }
 .AnyTagClassName
 {
   color: #525FEC;
 }
</style>

background-color css

<style>
 a { background-color: #525FEC; }

 a { background-color: rgb(82,95,236); }

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

border-color css

<style>
 span { border-color: #525FEC; }

 span { border-color: rgb(82,95,236); }

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