Html Css Color HEX #526EFC Royal Blue

📋 copy color: '#526EFC'

red 82 ◦ green 110 ◦ blue 252

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

Shades of Royal Blue #526EFC

Tints of Royal Blue #526EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56.76%

R = 18.47%
G = 24.77%
B = 56.76%

CMYK

 C value IS 0.67

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#526EFC (or 0x526EFC) is known color: Royal Blue. HEX triplet: 52, 6E and FC. RGB value is (82,110,252). Sum of RGB (Red+Green+Blue) = 82+110+252=444 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.47% from 444); Green value is 110 (43.36% from 255 or 24.77% from 444); Blue value is 252 (98.83% from 255 or 56.76% from 444); Max value from RGB is 252 - color contains mainly: blue. Hex color #526EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526EFC is #AD9103. Grayscale: #757575. Windows color (decimal): -11374852 or 16543314. OLE color: 16543314.

HSL color Cylindrical-coordinate representation of color #526EFC: hue angle of 230.12º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #526EFC is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 82 110 252 -
CMYK 0.67 0.56 0 0.01
HSL 230.12º 0.97% 0.65% -
HSV(B) 230.12º 0.67% 0.99% -
XYZ 26.63 19.97 94.55 -
YUV 117.82 203.72 102.45 -
System Red Green Blue C M Y K H S L
Decimal 82 110 252 0.67 0.56 0 0.01 230.12 0.97 0.65
Hex 52 6E FC 43 38 0 1 E6 61 41
Octal 122 156 374 103 70 0 1 346 141 101
Binary 1010010 1101110 11111100 1000011 111000 0 1 11100110 1100001 1000001

Color Harmonies of #526EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526EFC

Black with #526EFC

Text Example


Text Example

White with #526EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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