Html Css Color HEX #526DF4 Royal Blue

📋 copy color: '#526DF4'

red 82 ◦ green 109 ◦ blue 244

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

Shades of Royal Blue #526DF4

Tints of Royal Blue #526DF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 56.09%

R = 18.85%
G = 25.06%
B = 56.09%

CMYK

 C value IS 0.66

 M value IS 0.55

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#526DF4 (or 0x526DF4) is known color: Royal Blue. HEX triplet: 52, 6D and F4. RGB value is (82,109,244). Sum of RGB (Red+Green+Blue) = 82+109+244=435 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.85% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 244 (95.70% from 255 or 56.09% from 435); Max value from RGB is 244 - color contains mainly: blue. Hex color #526DF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526DF4 is #AD920B. Grayscale: #737373. Windows color (decimal): -11375116 or 16018770. OLE color: 16018770.

HSL color Cylindrical-coordinate representation of color #526DF4: hue angle of 230º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #526DF4 is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 82 109 244 -
CMYK 0.66 0.55 0 0.04
HSL 230º 0.88% 0.64% -
HSV(B) 230º 0.66% 0.96% -
XYZ 25.28 19.26 87.97 -
YUV 116.32 200.05 103.52 -
System Red Green Blue C M Y K H S L
Decimal 82 109 244 0.66 0.55 0 0.04 230 0.88 0.64
Hex 52 6D F4 42 37 0 4 E6 58 40
Octal 122 155 364 102 67 0 4 346 130 100
Binary 1010010 1101101 11110100 1000010 110111 0 100 11100110 1011000 1000000

Color Harmonies of #526DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526DF4

Black with #526DF4

Text Example


Text Example

White with #526DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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