Html Css Color HEX #526DFB Royal Blue

📋 copy color: '#526DFB'

red 82 ◦ green 109 ◦ blue 251

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

Shades of Royal Blue #526DFB

Tints of Royal Blue #526DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 56.79%

R = 18.55%
G = 24.66%
B = 56.79%

CMYK

 C value IS 0.67

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#526DFB (or 0x526DFB) is known color: Royal Blue. HEX triplet: 52, 6D and FB. RGB value is (82,109,251). Sum of RGB (Red+Green+Blue) = 82+109+251=442 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.55% from 442); Green value is 109 (42.97% from 255 or 24.66% from 442); Blue value is 251 (98.44% from 255 or 56.79% from 442); Max value from RGB is 251 - color contains mainly: blue. Hex color #526DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526DFB is #AD9204. Grayscale: #747474. Windows color (decimal): -11375109 or 16477522. OLE color: 16477522.

HSL color Cylindrical-coordinate representation of color #526DFB: hue angle of 230.41º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #526DFB is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 109 251 -
CMYK 0.67 0.57 0 0.02
HSL 230.41º 0.95% 0.65% -
HSV(B) 230.41º 0.67% 0.98% -
XYZ 26.36 19.7 93.68 -
YUV 117.12 203.55 102.95 -
System Red Green Blue C M Y K H S L
Decimal 82 109 251 0.67 0.57 0 0.02 230.41 0.95 0.65
Hex 52 6D FB 43 39 0 2 E6 5F 41
Octal 122 155 373 103 71 0 2 346 137 101
Binary 1010010 1101101 11111011 1000011 111001 0 10 11100110 1011111 1000001

Color Harmonies of #526DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526DFB

Black with #526DFB

Text Example


Text Example

White with #526DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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