Html Css Color HEX #526FFB Royal Blue

📋 copy color: '#526FFB'

red 82 ◦ green 111 ◦ blue 251

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

Shades of Royal Blue #526FFB

Tints of Royal Blue #526FFB

RGB

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

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

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

R = 18.47%
G = 25%
B = 56.53%

CMYK

 C value IS 0.67

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#526FFB (or 0x526FFB) is known color: Royal Blue. HEX triplet: 52, 6F and FB. RGB value is (82,111,251). Sum of RGB (Red+Green+Blue) = 82+111+251=444 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.47% from 444); Green value is 111 (43.75% from 255 or 25% from 444); Blue value is 251 (98.44% from 255 or 56.53% from 444); Max value from RGB is 251 - color contains mainly: blue. Hex color #526FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526FFB is #AD9004. Grayscale: #757575. Windows color (decimal): -11374597 or 16478034. OLE color: 16478034.

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

Color convert

RGB 82 111 251 -
CMYK 0.67 0.56 0 0.02
HSL 229.7º 0.95% 0.65% -
HSV(B) 229.7º 0.67% 0.98% -
XYZ 26.58 20.13 93.75 -
YUV 118.29 202.89 102.12 -
System Red Green Blue C M Y K H S L
Decimal 82 111 251 0.67 0.56 0 0.02 229.7 0.95 0.65
Hex 52 6F FB 43 38 0 2 E6 5F 41
Octal 122 157 373 103 70 0 2 346 137 101
Binary 1010010 1101111 11111011 1000011 111000 0 10 11100110 1011111 1000001

Color Harmonies of #526FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526FFB

Black with #526FFB

Text Example


Text Example

White with #526FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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