Html Css Color HEX #527EEE Cornflower Blue

📋 copy color: '#527EEE'

red 82 ◦ green 126 ◦ blue 238

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

Shades of Cornflower Blue #527EEE

Tints of Cornflower Blue #527EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.36%

R = 18.39%
G = 28.25%
B = 53.36%

CMYK

 C value IS 0.66

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#527EEE (or 0x527EEE) is known color: Cornflower Blue. HEX triplet: 52, 7E and EE. RGB value is (82,126,238). Sum of RGB (Red+Green+Blue) = 82+126+238=446 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.39% from 446); Green value is 126 (49.61% from 255 or 28.25% from 446); Blue value is 238 (93.36% from 255 or 53.36% from 446); Max value from RGB is 238 - color contains mainly: blue. Hex color #527EEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527EEE is #AD8111. Grayscale: #7D7D7D. Windows color (decimal): -11370770 or 15629906. OLE color: 15629906.

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

Color convert

RGB 82 126 238 -
CMYK 0.66 0.47 0 0.07
HSL 223.08º 0.82% 0.63% -
HSV(B) 223.08º 0.66% 0.93% -
XYZ 26.37 22.89 83.92 -
YUV 125.61 191.42 96.89 -
System Red Green Blue C M Y K H S L
Decimal 82 126 238 0.66 0.47 0 0.07 223.08 0.82 0.63
Hex 52 7E EE 42 2F 0 7 DF 52 3F
Octal 122 176 356 102 57 0 7 337 122 77
Binary 1010010 1111110 11101110 1000010 101111 0 111 11011111 1010010 111111

Color Harmonies of #527EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527EEE

Black with #527EEE

Text Example


Text Example

White with #527EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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