Html Css Color HEX #525FE1 Royal Blue

📋 copy color: '#525FE1'

red 82 ◦ green 95 ◦ blue 225

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

Shades of Royal Blue #525FE1

Tints of Royal Blue #525FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 55.97%

R = 20.4%
G = 23.63%
B = 55.97%

CMYK

 C value IS 0.64

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#525FE1 (or 0x525FE1) is known color: Royal Blue. HEX triplet: 52, 5F and E1. RGB value is (82,95,225). Sum of RGB (Red+Green+Blue) = 82+95+225=402 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.40% from 402); Green value is 95 (37.5% from 255 or 23.63% from 402); Blue value is 225 (88.28% from 255 or 55.97% from 402); Max value from RGB is 225 - color contains mainly: blue. Hex color #525FE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525FE1 is #ADA01E. Grayscale: #696969. Windows color (decimal): -11378719 or 14770002. OLE color: 14770002.

HSL color Cylindrical-coordinate representation of color #525FE1: hue angle of 234.55º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #525FE1 is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 82 95 225 -
CMYK 0.64 0.58 0 0.12
HSL 234.55º 0.7% 0.6% -
HSV(B) 234.55º 0.64% 0.88% -
XYZ 21.16 15.41 73.09 -
YUV 105.93 195.19 110.93 -
System Red Green Blue C M Y K H S L
Decimal 82 95 225 0.64 0.58 0 0.12 234.55 0.7 0.6
Hex 52 5F E1 40 3A 0 C EB 46 3C
Octal 122 137 341 100 72 0 14 353 106 74
Binary 1010010 1011111 11100001 1000000 111010 0 1100 11101011 1000110 111100

Color Harmonies of #525FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525FE1

Black with #525FE1

Text Example


Text Example

White with #525FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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