Html Css Color HEX #526CF0 Royal Blue

📋 copy color: '#526CF0'

red 82 ◦ green 108 ◦ blue 240

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

Shades of Royal Blue #526CF0

Tints of Royal Blue #526CF0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.12%

 BLUE value IS 240 (94.14% from 255) = 55.81%

R = 19.07%
G = 25.12%
B = 55.81%

CMYK

 C value IS 0.66

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#526CF0 (or 0x526CF0) is known color: Royal Blue. HEX triplet: 52, 6C and F0. RGB value is (82,108,240). Sum of RGB (Red+Green+Blue) = 82+108+240=430 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.07% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 240 (94.14% from 255 or 55.81% from 430); Max value from RGB is 240 - color contains mainly: blue. Hex color #526CF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526CF0 is #AD930F. Grayscale: #727272. Windows color (decimal): -11375376 or 15756370. OLE color: 15756370.

HSL color Cylindrical-coordinate representation of color #526CF0: hue angle of 230.13º degrees, saturation: 0.84, 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 #526CF0 is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 108 240 -
CMYK 0.66 0.55 0 0.06
HSL 230.13º 0.84% 0.63% -
HSV(B) 230.13º 0.66% 0.94% -
XYZ 24.57 18.81 84.77 -
YUV 115.27 198.39 104.27 -
System Red Green Blue C M Y K H S L
Decimal 82 108 240 0.66 0.55 0 0.06 230.13 0.84 0.63
Hex 52 6C F0 42 37 0 6 E6 54 3F
Octal 122 154 360 102 67 0 6 346 124 77
Binary 1010010 1101100 11110000 1000010 110111 0 110 11100110 1010100 111111

Color Harmonies of #526CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526CF0

Black with #526CF0

Text Example


Text Example

White with #526CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,108,240); }

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

background-color css

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

 a { background-color: rgb(82,108,240); }

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

border-color css

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

 span { border-color: rgb(82,108,240); }

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