Html Css Color HEX #527CFC Cornflower Blue

📋 copy color: '#527CFC'

red 82 ◦ green 124 ◦ blue 252

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

Shades of Cornflower Blue #527CFC

Tints of Cornflower Blue #527CFC

RGB

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

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

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

R = 17.9%
G = 27.07%
B = 55.02%

CMYK

 C value IS 0.67

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#527CFC (or 0x527CFC) is known color: Cornflower Blue. HEX triplet: 52, 7C and FC. RGB value is (82,124,252). Sum of RGB (Red+Green+Blue) = 82+124+252=458 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.90% from 458); Green value is 124 (48.83% from 255 or 27.07% from 458); Blue value is 252 (98.83% from 255 or 55.02% from 458); Max value from RGB is 252 - color contains mainly: blue. Hex color #527CFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527CFC is #AD8303. Grayscale: #7D7D7D. Windows color (decimal): -11371268 or 16546898. OLE color: 16546898.

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

Color convert

RGB 82 124 252 -
CMYK 0.67 0.51 0 0.01
HSL 225.18º 0.97% 0.65% -
HSV(B) 225.18º 0.67% 0.99% -
XYZ 28.26 23.24 95.09 -
YUV 126.03 199.09 96.59 -
System Red Green Blue C M Y K H S L
Decimal 82 124 252 0.67 0.51 0 0.01 225.18 0.97 0.65
Hex 52 7C FC 43 33 0 1 E1 61 41
Octal 122 174 374 103 63 0 1 341 141 101
Binary 1010010 1111100 11111100 1000011 110011 0 1 11100001 1100001 1000001

Color Harmonies of #527CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527CFC

Black with #527CFC

Text Example


Text Example

White with #527CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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