Html Css Color HEX #527FE8 Royal Blue

📋 copy color: '#527FE8'

red 82 ◦ green 127 ◦ blue 232

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

Shades of Royal Blue #527FE8

Tints of Royal Blue #527FE8

RGB

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

 GREEN value IS 127 (50% from 255) = 28.8%

 BLUE value IS 232 (91.02% from 255) = 52.61%

R = 18.59%
G = 28.8%
B = 52.61%

CMYK

 C value IS 0.65

 M value IS 0.45

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#527FE8 (or 0x527FE8) is known color: Royal Blue. HEX triplet: 52, 7F and E8. RGB value is (82,127,232). Sum of RGB (Red+Green+Blue) = 82+127+232=441 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.59% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 232 (91.02% from 255 or 52.61% from 441); Max value from RGB is 232 - color contains mainly: blue. Hex color #527FE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527FE8 is #AD8017. Grayscale: #7D7D7D. Windows color (decimal): -11370520 or 15236946. OLE color: 15236946.

HSL color Cylindrical-coordinate representation of color #527FE8: hue angle of 222º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #527FE8 is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 82 127 232 -
CMYK 0.65 0.45 0 0.09
HSL 222º 0.77% 0.62% -
HSV(B) 222º 0.65% 0.91% -
XYZ 25.63 22.8 79.39 -
YUV 125.52 188.09 96.96 -
System Red Green Blue C M Y K H S L
Decimal 82 127 232 0.65 0.45 0 0.09 222 0.77 0.62
Hex 52 7F E8 41 2D 0 9 DE 4D 3E
Octal 122 177 350 101 55 0 11 336 115 76
Binary 1010010 1111111 11101000 1000001 101101 0 1001 11011110 1001101 111110

Color Harmonies of #527FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527FE8

Black with #527FE8

Text Example


Text Example

White with #527FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,127,232); }

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

background-color css

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

 a { background-color: rgb(82,127,232); }

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

border-color css

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

 span { border-color: rgb(82,127,232); }

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