Html Css Color HEX #527FEE Cornflower Blue

📋 copy color: '#527FEE'

red 82 ◦ green 127 ◦ blue 238

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

Shades of Cornflower Blue #527FEE

Tints of Cornflower Blue #527FEE

RGB

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

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

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

R = 18.34%
G = 28.41%
B = 53.24%

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

#527FEE (or 0x527FEE) is known color: Cornflower Blue. HEX triplet: 52, 7F and EE. RGB value is (82,127,238). Sum of RGB (Red+Green+Blue) = 82+127+238=447 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.34% from 447); Green value is 127 (50% from 255 or 28.41% from 447); Blue value is 238 (93.36% from 255 or 53.24% from 447); Max value from RGB is 238 - color contains mainly: blue. Hex color #527FEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527FEE is #AD8011. Grayscale: #7D7D7D. Windows color (decimal): -11370514 or 15630162. OLE color: 15630162.

HSL color Cylindrical-coordinate representation of color #527FEE: hue angle of 222.69º 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 #527FEE is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 127 238 -
CMYK 0.66 0.47 0 0.07
HSL 222.69º 0.82% 0.63% -
HSV(B) 222.69º 0.66% 0.93% -
XYZ 26.5 23.15 83.96 -
YUV 126.2 191.09 96.47 -
System Red Green Blue C M Y K H S L
Decimal 82 127 238 0.66 0.47 0 0.07 222.69 0.82 0.63
Hex 52 7F EE 42 2F 0 7 DF 52 3F
Octal 122 177 356 102 57 0 7 337 122 77
Binary 1010010 1111111 11101110 1000010 101111 0 111 11011111 1010010 111111

Color Harmonies of #527FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527FEE

Black with #527FEE

Text Example


Text Example

White with #527FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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