Html Css Color HEX #527EFF Cornflower Blue

📋 copy color: '#527EFF'

red 82 ◦ green 126 ◦ blue 255

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

Shades of Cornflower Blue #527EFF

Tints of Cornflower Blue #527EFF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.21%

 BLUE value IS 255 (100% from 255) = 55.08%

R = 17.71%
G = 27.21%
B = 55.08%

CMYK

 C value IS 0.68

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#527EFF (or 0x527EFF) is known color: Cornflower Blue. HEX triplet: 52, 7E and FF. RGB value is (82,126,255). Sum of RGB (Red+Green+Blue) = 82+126+255=463 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.71% from 463); Green value is 126 (49.61% from 255 or 27.21% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #527EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527EFF is #AD8100. Grayscale: #7E7E7E. Windows color (decimal): -11370753 or 16744018. OLE color: 16744018.

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

Color convert

RGB 82 126 255 -
CMYK 0.68 0.51 0 0
HSL 224.74º 1% 0.66% -
HSV(B) 224.74º 0.68% 1% -
XYZ 28.99 23.94 97.7 -
YUV 127.55 199.92 95.51 -
System Red Green Blue C M Y K H S L
Decimal 82 126 255 0.68 0.51 0 0 224.74 1 0.66
Hex 52 7E FF 44 33 0 0 E1 64 42
Octal 122 176 377 104 63 0 0 341 144 102
Binary 1010010 1111110 11111111 1000100 110011 0 0 11100001 1100100 1000010

Color Harmonies of #527EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527EFF

Black with #527EFF

Text Example


Text Example

White with #527EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,126,255); }

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

background-color css

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

 a { background-color: rgb(82,126,255); }

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

border-color css

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

 span { border-color: rgb(82,126,255); }

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