Html Css Color HEX #525FE2 Royal Blue

📋 copy color: '#525FE2'

red 82 ◦ green 95 ◦ blue 226

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

Shades of Royal Blue #525FE2

Tints of Royal Blue #525FE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 56.08%

R = 20.35%
G = 23.57%
B = 56.08%

CMYK

 C value IS 0.64

 M value IS 0.58

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#525FE2 (or 0x525FE2) is known color: Royal Blue. HEX triplet: 52, 5F and E2. RGB value is (82,95,226). Sum of RGB (Red+Green+Blue) = 82+95+226=403 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.35% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 226 (88.67% from 255 or 56.08% from 403); Max value from RGB is 226 - color contains mainly: blue. Hex color #525FE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525FE2 is #ADA01D. Grayscale: #696969. Windows color (decimal): -11378718 or 14835538. OLE color: 14835538.

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

Color convert

RGB 82 95 226 -
CMYK 0.64 0.58 0 0.11
HSL 234.58º 0.71% 0.6% -
HSV(B) 234.58º 0.64% 0.89% -
XYZ 21.3 15.47 73.81 -
YUV 106.05 195.69 110.85 -
System Red Green Blue C M Y K H S L
Decimal 82 95 226 0.64 0.58 0 0.11 234.58 0.71 0.6
Hex 52 5F E2 40 3A 0 B EB 47 3C
Octal 122 137 342 100 72 0 13 353 107 74
Binary 1010010 1011111 11100010 1000000 111010 0 1011 11101011 1000111 111100

Color Harmonies of #525FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525FE2

Black with #525FE2

Text Example


Text Example

White with #525FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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