Html Css Color HEX #527FFE Cornflower Blue

📋 copy color: '#527FFE'

red 82 ◦ green 127 ◦ blue 254

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

Shades of Cornflower Blue #527FFE

Tints of Cornflower Blue #527FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.86%

R = 17.71%
G = 27.43%
B = 54.86%

CMYK

 C value IS 0.68

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#527FFE (or 0x527FFE) is known color: Cornflower Blue. HEX triplet: 52, 7F and FE. RGB value is (82,127,254). Sum of RGB (Red+Green+Blue) = 82+127+254=463 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.71% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #527FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527FFE is #AD8001. Grayscale: #7F7F7F. Windows color (decimal): -11370498 or 16678738. OLE color: 16678738.

HSL color Cylindrical-coordinate representation of color #527FFE: hue angle of 224.3º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #527FFE is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 82 127 254 -
CMYK 0.68 0.50 0 0.00
HSL 224.3º 0.99% 0.66% -
HSV(B) 224.3º 0.68% 1% -
XYZ 28.96 24.13 96.9 -
YUV 128.02 199.09 95.17 -
System Red Green Blue C M Y K H S L
Decimal 82 127 254 0.68 0.50 0 0.00 224.3 0.99 0.66
Hex 52 7F FE 44 32 0 0 E0 63 42
Octal 122 177 376 104 62 0 0 340 143 102
Binary 1010010 1111111 11111110 1000100 110010 0 0 11100000 1100011 1000010

Color Harmonies of #527FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527FFE

Black with #527FFE

Text Example


Text Example

White with #527FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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