Html Css Color HEX #526EEF Royal Blue

📋 copy color: '#526EEF'

red 82 ◦ green 110 ◦ blue 239

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

Shades of Royal Blue #526EEF

Tints of Royal Blue #526EEF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.52%

 BLUE value IS 239 (93.75% from 255) = 55.45%

R = 19.03%
G = 25.52%
B = 55.45%

CMYK

 C value IS 0.66

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#526EEF (or 0x526EEF) is known color: Royal Blue. HEX triplet: 52, 6E and EF. RGB value is (82,110,239). Sum of RGB (Red+Green+Blue) = 82+110+239=431 (57% of max value = 765). Red value is 82 (32.42% from 255 or 19.03% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 239 (93.75% from 255 or 55.45% from 431); Max value from RGB is 239 - color contains mainly: blue. Hex color #526EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526EEF is #AD9110. Grayscale: #737373. Windows color (decimal): -11374865 or 15691346. OLE color: 15691346.

HSL color Cylindrical-coordinate representation of color #526EEF: hue angle of 229.3º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #526EEF is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 110 239 -
CMYK 0.66 0.54 0 0.06
HSL 229.3º 0.83% 0.63% -
HSV(B) 229.3º 0.66% 0.94% -
XYZ 24.64 19.18 84.06 -
YUV 116.33 197.22 103.51 -
System Red Green Blue C M Y K H S L
Decimal 82 110 239 0.66 0.54 0 0.06 229.3 0.83 0.63
Hex 52 6E EF 42 36 0 6 E5 53 3F
Octal 122 156 357 102 66 0 6 345 123 77
Binary 1010010 1101110 11101111 1000010 110110 0 110 11100101 1010011 111111

Color Harmonies of #526EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526EEF

Black with #526EEF

Text Example


Text Example

White with #526EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,110,239); }

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

background-color css

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

 a { background-color: rgb(82,110,239); }

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

border-color css

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

 span { border-color: rgb(82,110,239); }

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