Html Css Color HEX #527FFC Cornflower Blue

📋 copy color: '#527FFC'

red 82 ◦ green 127 ◦ blue 252

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

Shades of Cornflower Blue #527FFC

Tints of Cornflower Blue #527FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.66%

R = 17.79%
G = 27.55%
B = 54.66%

CMYK

 C value IS 0.67

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#527FFC (or 0x527FFC) is known color: Cornflower Blue. HEX triplet: 52, 7F and FC. RGB value is (82,127,252). Sum of RGB (Red+Green+Blue) = 82+127+252=461 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.79% from 461); Green value is 127 (50% from 255 or 27.55% from 461); Blue value is 252 (98.83% from 255 or 54.66% from 461); Max value from RGB is 252 - color contains mainly: blue. Hex color #527FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527FFC is #AD8003. Grayscale: #7F7F7F. Windows color (decimal): -11370500 or 16547666. OLE color: 16547666.

HSL color Cylindrical-coordinate representation of color #527FFC: hue angle of 224.12º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #527FFC is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 82 127 252 -
CMYK 0.67 0.50 0 0.01
HSL 224.12º 0.97% 0.65% -
HSV(B) 224.12º 0.67% 0.99% -
XYZ 28.64 24 95.22 -
YUV 127.8 198.09 95.34 -
System Red Green Blue C M Y K H S L
Decimal 82 127 252 0.67 0.50 0 0.01 224.12 0.97 0.65
Hex 52 7F FC 43 32 0 1 E0 61 41
Octal 122 177 374 103 62 0 1 340 141 101
Binary 1010010 1111111 11111100 1000011 110010 0 1 11100000 1100001 1000001

Color Harmonies of #527FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527FFC

Black with #527FFC

Text Example


Text Example

White with #527FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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