Html Css Color HEX #527FED Cornflower Blue

📋 copy color: '#527FED'

red 82 ◦ green 127 ◦ blue 237

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

Shades of Cornflower Blue #527FED

Tints of Cornflower Blue #527FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.14%

R = 18.39%
G = 28.48%
B = 53.14%

CMYK

 C value IS 0.65

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#527FED (or 0x527FED) is known color: Cornflower Blue. HEX triplet: 52, 7F and ED. RGB value is (82,127,237). Sum of RGB (Red+Green+Blue) = 82+127+237=446 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.39% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 237 (92.97% from 255 or 53.14% from 446); Max value from RGB is 237 - color contains mainly: blue. Hex color #527FED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527FED is #AD8012. Grayscale: #7D7D7D. Windows color (decimal): -11370515 or 15564626. OLE color: 15564626.

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

Color convert

RGB 82 127 237 -
CMYK 0.65 0.46 0 0.07
HSL 222.58º 0.81% 0.63% -
HSV(B) 222.58º 0.65% 0.93% -
XYZ 26.36 23.09 83.19 -
YUV 126.09 190.59 96.56 -
System Red Green Blue C M Y K H S L
Decimal 82 127 237 0.65 0.46 0 0.07 222.58 0.81 0.63
Hex 52 7F ED 41 2E 0 7 DF 51 3F
Octal 122 177 355 101 56 0 7 337 121 77
Binary 1010010 1111111 11101101 1000001 101110 0 111 11011111 1010001 111111

Color Harmonies of #527FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527FED

Black with #527FED

Text Example


Text Example

White with #527FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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