Html Css Color HEX #526CFB Royal Blue

📋 copy color: '#526CFB'

red 82 ◦ green 108 ◦ blue 251

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

Shades of Royal Blue #526CFB

Tints of Royal Blue #526CFB

RGB

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

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

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

R = 18.59%
G = 24.49%
B = 56.92%

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

#526CFB (or 0x526CFB) is known color: Royal Blue. HEX triplet: 52, 6C and FB. RGB value is (82,108,251). Sum of RGB (Red+Green+Blue) = 82+108+251=441 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.59% from 441); Green value is 108 (42.58% from 255 or 24.49% from 441); Blue value is 251 (98.44% from 255 or 56.92% from 441); Max value from RGB is 251 - color contains mainly: blue. Hex color #526CFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526CFB is #AD9304. Grayscale: #737373. Windows color (decimal): -11375365 or 16477266. OLE color: 16477266.

HSL color Cylindrical-coordinate representation of color #526CFB: hue angle of 230.77º 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 #526CFB is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 108 251 -
CMYK 0.67 0.57 0 0.02
HSL 230.77º 0.95% 0.65% -
HSV(B) 230.77º 0.67% 0.98% -
XYZ 26.25 19.48 93.64 -
YUV 116.53 203.89 103.37 -
System Red Green Blue C M Y K H S L
Decimal 82 108 251 0.67 0.57 0 0.02 230.77 0.95 0.65
Hex 52 6C FB 43 39 0 2 E7 5F 41
Octal 122 154 373 103 71 0 2 347 137 101
Binary 1010010 1101100 11111011 1000011 111001 0 10 11100111 1011111 1000001

Color Harmonies of #526CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526CFB

Black with #526CFB

Text Example


Text Example

White with #526CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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