Html Css Color HEX #527EEF Cornflower Blue

📋 copy color: '#527EEF'

red 82 ◦ green 126 ◦ blue 239

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

Shades of Cornflower Blue #527EEF

Tints of Cornflower Blue #527EEF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.19%

 BLUE value IS 239 (93.75% from 255) = 53.47%

R = 18.34%
G = 28.19%
B = 53.47%

CMYK

 C value IS 0.66

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#527EEF (or 0x527EEF) is known color: Cornflower Blue. HEX triplet: 52, 7E and EF. RGB value is (82,126,239). Sum of RGB (Red+Green+Blue) = 82+126+239=447 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.34% from 447); Green value is 126 (49.61% from 255 or 28.19% from 447); Blue value is 239 (93.75% from 255 or 53.47% from 447); Max value from RGB is 239 - color contains mainly: blue. Hex color #527EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527EEF is #AD8110. Grayscale: #7D7D7D. Windows color (decimal): -11370769 or 15695442. OLE color: 15695442.

HSL color Cylindrical-coordinate representation of color #527EEF: hue angle of 223.18º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #527EEF is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 126 239 -
CMYK 0.66 0.47 0 0.06
HSL 223.18º 0.83% 0.63% -
HSV(B) 223.18º 0.66% 0.94% -
XYZ 26.52 22.95 84.69 -
YUV 125.73 191.92 96.81 -
System Red Green Blue C M Y K H S L
Decimal 82 126 239 0.66 0.47 0 0.06 223.18 0.83 0.63
Hex 52 7E EF 42 2F 0 6 DF 53 3F
Octal 122 176 357 102 57 0 6 337 123 77
Binary 1010010 1111110 11101111 1000010 101111 0 110 11011111 1010011 111111

Color Harmonies of #527EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527EEF

Black with #527EEF

Text Example


Text Example

White with #527EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,126,239); }

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

background-color css

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

 a { background-color: rgb(82,126,239); }

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

border-color css

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

 span { border-color: rgb(82,126,239); }

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