Html Css Color HEX #526FEA Royal Blue

📋 copy color: '#526FEA'

red 82 ◦ green 111 ◦ blue 234

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

Shades of Royal Blue #526FEA

Tints of Royal Blue #526FEA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26%

 BLUE value IS 234 (91.8% from 255) = 54.8%

R = 19.2%
G = 26%
B = 54.8%

CMYK

 C value IS 0.65

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#526FEA (or 0x526FEA) is known color: Royal Blue. HEX triplet: 52, 6F and EA. RGB value is (82,111,234). Sum of RGB (Red+Green+Blue) = 82+111+234=427 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.20% from 427); Green value is 111 (43.75% from 255 or 26.00% from 427); Blue value is 234 (91.80% from 255 or 54.80% from 427); Max value from RGB is 234 - color contains mainly: blue. Hex color #526FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526FEA is #AD9015. Grayscale: #737373. Windows color (decimal): -11374614 or 15363922. OLE color: 15363922.

HSL color Cylindrical-coordinate representation of color #526FEA: hue angle of 228.55º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #526FEA is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 82 111 234 -
CMYK 0.65 0.53 0 0.08
HSL 228.55º 0.78% 0.62% -
HSV(B) 228.55º 0.65% 0.92% -
XYZ 24.02 19.1 80.26 -
YUV 116.35 194.39 103.5 -
System Red Green Blue C M Y K H S L
Decimal 82 111 234 0.65 0.53 0 0.08 228.55 0.78 0.62
Hex 52 6F EA 41 35 0 8 E5 4E 3E
Octal 122 157 352 101 65 0 10 345 116 76
Binary 1010010 1101111 11101010 1000001 110101 0 1000 11100101 1001110 111110

Color Harmonies of #526FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526FEA

Black with #526FEA

Text Example


Text Example

White with #526FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,111,234); }

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

background-color css

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

 a { background-color: rgb(82,111,234); }

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

border-color css

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

 span { border-color: rgb(82,111,234); }

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