Html Css Color HEX #527FF2 Cornflower Blue

📋 copy color: '#527FF2'

red 82 ◦ green 127 ◦ blue 242

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

Shades of Cornflower Blue #527FF2

Tints of Cornflower Blue #527FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 53.66%

R = 18.18%
G = 28.16%
B = 53.66%

CMYK

 C value IS 0.66

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#527FF2 (or 0x527FF2) is known color: Cornflower Blue. HEX triplet: 52, 7F and F2. RGB value is (82,127,242). Sum of RGB (Red+Green+Blue) = 82+127+242=451 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.18% from 451); Green value is 127 (50% from 255 or 28.16% from 451); Blue value is 242 (94.92% from 255 or 53.66% from 451); Max value from RGB is 242 - color contains mainly: blue. Hex color #527FF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527FF2 is #AD800D. Grayscale: #7E7E7E. Windows color (decimal): -11370510 or 15892306. OLE color: 15892306.

HSL color Cylindrical-coordinate representation of color #527FF2: hue angle of 223.12º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #527FF2 is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 82 127 242 -
CMYK 0.66 0.48 0 0.05
HSL 223.13º 0.86% 0.64% -
HSV(B) 223.13º 0.66% 0.95% -
XYZ 27.1 23.38 87.09 -
YUV 126.66 193.09 96.15 -
System Red Green Blue C M Y K H S L
Decimal 82 127 242 0.66 0.48 0 0.05 223.13 0.86 0.64
Hex 52 7F F2 42 30 0 5 DF 56 40
Octal 122 177 362 102 60 0 5 337 126 100
Binary 1010010 1111111 11110010 1000010 110000 0 101 11011111 1010110 1000000

Color Harmonies of #527FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527FF2

Black with #527FF2

Text Example


Text Example

White with #527FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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