Html Css Color HEX #527BEF Royal Blue

📋 copy color: '#527BEF'

red 82 ◦ green 123 ◦ blue 239

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

Shades of Royal Blue #527BEF

Tints of Royal Blue #527BEF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.7%

 BLUE value IS 239 (93.75% from 255) = 53.83%

R = 18.47%
G = 27.7%
B = 53.83%

CMYK

 C value IS 0.66

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#527BEF (or 0x527BEF) is known color: Royal Blue. HEX triplet: 52, 7B and EF. RGB value is (82,123,239). Sum of RGB (Red+Green+Blue) = 82+123+239=444 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.47% from 444); Green value is 123 (48.44% from 255 or 27.70% from 444); Blue value is 239 (93.75% from 255 or 53.83% from 444); Max value from RGB is 239 - color contains mainly: blue. Hex color #527BEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527BEF is #AD8410. Grayscale: #7B7B7B. Windows color (decimal): -11371537 or 15694674. OLE color: 15694674.

HSL color Cylindrical-coordinate representation of color #527BEF: hue angle of 224.33º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #527BEF is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 123 239 -
CMYK 0.66 0.49 0 0.06
HSL 224.33º 0.83% 0.63% -
HSV(B) 224.33º 0.66% 0.94% -
XYZ 26.14 22.19 84.57 -
YUV 123.97 192.92 98.07 -
System Red Green Blue C M Y K H S L
Decimal 82 123 239 0.66 0.49 0 0.06 224.33 0.83 0.63
Hex 52 7B EF 42 31 0 6 E0 53 3F
Octal 122 173 357 102 61 0 6 340 123 77
Binary 1010010 1111011 11101111 1000010 110001 0 110 11100000 1010011 111111

Color Harmonies of #527BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527BEF

Black with #527BEF

Text Example


Text Example

White with #527BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527BEF; }

 p { color: rgb(82,123,239); }

 H1.HeaderClassName
 {
   color: #527BEF;
 }
 .AnyTagClassName
 {
   color: #527BEF;
 }
</style>

background-color css

<style>
 a { background-color: #527BEF; }

 a { background-color: rgb(82,123,239); }

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

border-color css

<style>
 span { border-color: #527BEF; }

 span { border-color: rgb(82,123,239); }

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