Html Css Color HEX #526FDA Royal Blue

📋 copy color: '#526FDA'

red 82 ◦ green 111 ◦ blue 218

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

Shades of Royal Blue #526FDA

Tints of Royal Blue #526FDA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.01%

 BLUE value IS 218 (85.55% from 255) = 53.04%

R = 19.95%
G = 27.01%
B = 53.04%

CMYK

 C value IS 0.62

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#526FDA (or 0x526FDA) is known color: Royal Blue. HEX triplet: 52, 6F and DA. RGB value is (82,111,218). Sum of RGB (Red+Green+Blue) = 82+111+218=411 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.95% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 218 (85.55% from 255 or 53.04% from 411); Max value from RGB is 218 - color contains mainly: blue. Hex color #526FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526FDA is #AD9025. Grayscale: #727272. Windows color (decimal): -11374630 or 14315346. OLE color: 14315346.

HSL color Cylindrical-coordinate representation of color #526FDA: hue angle of 227.21º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #526FDA is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 111 218 -
CMYK 0.62 0.49 0 0.15
HSL 227.21º 0.65% 0.59% -
HSV(B) 227.21º 0.62% 0.85% -
XYZ 21.82 18.22 68.7 -
YUV 114.53 186.39 104.8 -
System Red Green Blue C M Y K H S L
Decimal 82 111 218 0.62 0.49 0 0.15 227.21 0.65 0.59
Hex 52 6F DA 3E 31 0 F E3 41 3B
Octal 122 157 332 76 61 0 17 343 101 73
Binary 1010010 1101111 11011010 111110 110001 0 1111 11100011 1000001 111011

Color Harmonies of #526FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526FDA

Black with #526FDA

Text Example


Text Example

White with #526FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,111,218); }

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

background-color css

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

 a { background-color: rgb(82,111,218); }

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

border-color css

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

 span { border-color: rgb(82,111,218); }

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