Html Css Color HEX #526DFE Royal Blue

📋 copy color: '#526DFE'

red 82 ◦ green 109 ◦ blue 254

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

Shades of Royal Blue #526DFE

Tints of Royal Blue #526DFE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.49%

 BLUE value IS 254 (99.61% from 255) = 57.08%

R = 18.43%
G = 24.49%
B = 57.08%

CMYK

 C value IS 0.68

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#526DFE (or 0x526DFE) is known color: Royal Blue. HEX triplet: 52, 6D and FE. RGB value is (82,109,254). Sum of RGB (Red+Green+Blue) = 82+109+254=445 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.43% from 445); Green value is 109 (42.97% from 255 or 24.49% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #526DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526DFE is #AD9201. Grayscale: #747474. Windows color (decimal): -11375106 or 16674130. OLE color: 16674130.

HSL color Cylindrical-coordinate representation of color #526DFE: hue angle of 230.58º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #526DFE is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 82 109 254 -
CMYK 0.68 0.57 0 0.00
HSL 230.58º 0.99% 0.66% -
HSV(B) 230.58º 0.68% 1% -
XYZ 26.84 19.89 96.19 -
YUV 117.46 205.05 102.71 -
System Red Green Blue C M Y K H S L
Decimal 82 109 254 0.68 0.57 0 0.00 230.58 0.99 0.66
Hex 52 6D FE 44 39 0 0 E7 63 42
Octal 122 155 376 104 71 0 0 347 143 102
Binary 1010010 1101101 11111110 1000100 111001 0 0 11100111 1100011 1000010

Color Harmonies of #526DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526DFE

Black with #526DFE

Text Example


Text Example

White with #526DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,109,254); }

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

background-color css

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

 a { background-color: rgb(82,109,254); }

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

border-color css

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

 span { border-color: rgb(82,109,254); }

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