Html Css Color HEX #525FE9 Royal Blue

📋 copy color: '#525FE9'

red 82 ◦ green 95 ◦ blue 233

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

Shades of Royal Blue #525FE9

Tints of Royal Blue #525FE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 56.83%

R = 20%
G = 23.17%
B = 56.83%

CMYK

 C value IS 0.65

 M value IS 0.59

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#525FE9 (or 0x525FE9) is known color: Royal Blue. HEX triplet: 52, 5F and E9. RGB value is (82,95,233). Sum of RGB (Red+Green+Blue) = 82+95+233=410 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20% from 410); Green value is 95 (37.5% from 255 or 23.17% from 410); Blue value is 233 (91.41% from 255 or 56.83% from 410); Max value from RGB is 233 - color contains mainly: blue. Hex color #525FE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #525FE9 is #ADA016. Grayscale: #6A6A6A. Windows color (decimal): -11378711 or 15294290. OLE color: 15294290.

HSL color Cylindrical-coordinate representation of color #525FE9: hue angle of 234.83º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #525FE9 is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 82 95 233 -
CMYK 0.65 0.59 0 0.09
HSL 234.83º 0.77% 0.62% -
HSV(B) 234.83º 0.65% 0.91% -
XYZ 22.28 15.86 78.98 -
YUV 106.85 199.19 110.28 -
System Red Green Blue C M Y K H S L
Decimal 82 95 233 0.65 0.59 0 0.09 234.83 0.77 0.62
Hex 52 5F E9 41 3B 0 9 EB 4D 3E
Octal 122 137 351 101 73 0 11 353 115 76
Binary 1010010 1011111 11101001 1000001 111011 0 1001 11101011 1001101 111110

Color Harmonies of #525FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525FE9

Black with #525FE9

Text Example


Text Example

White with #525FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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