Html Css Color HEX #527CF9 Cornflower Blue

📋 copy color: '#527CF9'

red 82 ◦ green 124 ◦ blue 249

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

Shades of Cornflower Blue #527CF9

Tints of Cornflower Blue #527CF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 54.73%

R = 18.02%
G = 27.25%
B = 54.73%

CMYK

 C value IS 0.67

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#527CF9 (or 0x527CF9) is known color: Cornflower Blue. HEX triplet: 52, 7C and F9. RGB value is (82,124,249). Sum of RGB (Red+Green+Blue) = 82+124+249=455 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.02% from 455); Green value is 124 (48.83% from 255 or 27.25% from 455); Blue value is 249 (97.66% from 255 or 54.73% from 455); Max value from RGB is 249 - color contains mainly: blue. Hex color #527CF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527CF9 is #AD8306. Grayscale: #7D7D7D. Windows color (decimal): -11371271 or 16350290. OLE color: 16350290.

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

Color convert

RGB 82 124 249 -
CMYK 0.67 0.50 0 0.02
HSL 224.91º 0.93% 0.65% -
HSV(B) 224.91º 0.67% 0.98% -
XYZ 27.79 23.05 92.61 -
YUV 125.69 197.59 96.84 -
System Red Green Blue C M Y K H S L
Decimal 82 124 249 0.67 0.50 0 0.02 224.91 0.93 0.65
Hex 52 7C F9 43 32 0 2 E1 5D 41
Octal 122 174 371 103 62 0 2 341 135 101
Binary 1010010 1111100 11111001 1000011 110010 0 10 11100001 1011101 1000001

Color Harmonies of #527CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527CF9

Black with #527CF9

Text Example


Text Example

White with #527CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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