Html Css Color HEX #526DF3 Royal Blue

📋 copy color: '#526DF3'

red 82 ◦ green 109 ◦ blue 243

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

Shades of Royal Blue #526DF3

Tints of Royal Blue #526DF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 55.99%

R = 18.89%
G = 25.12%
B = 55.99%

CMYK

 C value IS 0.66

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#526DF3 (or 0x526DF3) is known color: Royal Blue. HEX triplet: 52, 6D and F3. RGB value is (82,109,243). Sum of RGB (Red+Green+Blue) = 82+109+243=434 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.89% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 243 (95.31% from 255 or 55.99% from 434); Max value from RGB is 243 - color contains mainly: blue. Hex color #526DF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526DF3 is #AD920C. Grayscale: #737373. Windows color (decimal): -11375117 or 15953234. OLE color: 15953234.

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

Color convert

RGB 82 109 243 -
CMYK 0.66 0.55 0 0.05
HSL 229.94º 0.87% 0.64% -
HSV(B) 229.94º 0.66% 0.95% -
XYZ 25.13 19.2 87.18 -
YUV 116.2 199.55 103.6 -
System Red Green Blue C M Y K H S L
Decimal 82 109 243 0.66 0.55 0 0.05 229.94 0.87 0.64
Hex 52 6D F3 42 37 0 5 E6 57 40
Octal 122 155 363 102 67 0 5 346 127 100
Binary 1010010 1101101 11110011 1000010 110111 0 101 11100110 1010111 1000000

Color Harmonies of #526DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526DF3

Black with #526DF3

Text Example


Text Example

White with #526DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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