Html Css Color HEX #527CFF Cornflower Blue

📋 copy color: '#527CFF'

red 82 ◦ green 124 ◦ blue 255

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

Shades of Cornflower Blue #527CFF

Tints of Cornflower Blue #527CFF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.9%

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

R = 17.79%
G = 26.9%
B = 55.31%

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

#527CFF (or 0x527CFF) is known color: Cornflower Blue. HEX triplet: 52, 7C and FF. RGB value is (82,124,255). Sum of RGB (Red+Green+Blue) = 82+124+255=461 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.79% from 461); Green value is 124 (48.83% from 255 or 26.90% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #527CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527CFF is #AD8300. Grayscale: #7D7D7D. Windows color (decimal): -11371265 or 16743506. OLE color: 16743506.

HSL color Cylindrical-coordinate representation of color #527CFF: hue angle of 225.43º 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 #527CFF is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 82 124 255 -
CMYK 0.68 0.51 0 0
HSL 225.43º 1% 0.66% -
HSV(B) 225.43º 0.68% 1% -
XYZ 28.74 23.43 97.62 -
YUV 126.38 200.59 96.35 -
System Red Green Blue C M Y K H S L
Decimal 82 124 255 0.68 0.51 0 0 225.43 1 0.66
Hex 52 7C FF 44 33 0 0 E1 64 42
Octal 122 174 377 104 63 0 0 341 144 102
Binary 1010010 1111100 11111111 1000100 110011 0 0 11100001 1100100 1000010

Color Harmonies of #527CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527CFF

Black with #527CFF

Text Example


Text Example

White with #527CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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