Html Css Color HEX #526CF2 Royal Blue

📋 copy color: '#526CF2'

red 82 ◦ green 108 ◦ blue 242

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

Shades of Royal Blue #526CF2

Tints of Royal Blue #526CF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 56.02%

R = 18.98%
G = 25%
B = 56.02%

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

#526CF2 (or 0x526CF2) is known color: Royal Blue. HEX triplet: 52, 6C and F2. RGB value is (82,108,242). Sum of RGB (Red+Green+Blue) = 82+108+242=432 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.98% from 432); Green value is 108 (42.58% from 255 or 25% from 432); Blue value is 242 (94.92% from 255 or 56.02% from 432); Max value from RGB is 242 - color contains mainly: blue. Hex color #526CF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526CF2 is #AD930D. Grayscale: #727272. Windows color (decimal): -11375374 or 15887442. OLE color: 15887442.

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

Color convert

RGB 82 108 242 -
CMYK 0.66 0.55 0 0.05
HSL 230.25º 0.86% 0.64% -
HSV(B) 230.25º 0.66% 0.95% -
XYZ 24.87 18.93 86.35 -
YUV 115.5 199.39 104.1 -
System Red Green Blue C M Y K H S L
Decimal 82 108 242 0.66 0.55 0 0.05 230.25 0.86 0.64
Hex 52 6C F2 42 37 0 5 E6 56 40
Octal 122 154 362 102 67 0 5 346 126 100
Binary 1010010 1101100 11110010 1000010 110111 0 101 11100110 1010110 1000000

Color Harmonies of #526CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526CF2

Black with #526CF2

Text Example


Text Example

White with #526CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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