Html Css Color HEX #7284EC Cornflower Blue

📋 copy color: '#7284EC'

red 114 ◦ green 132 ◦ blue 236

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

Shades of Cornflower Blue #7284EC

Tints of Cornflower Blue #7284EC

RGB

 RED value IS 114 (44.92% from 255) = 23.65%

 GREEN value IS 132 (51.95% from 255) = 27.39%

 BLUE value IS 236 (92.58% from 255) = 48.96%

R = 23.65%
G = 27.39%
B = 48.96%

CMYK

 C value IS 0.52

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7284EC (or 0x7284EC) is known color: Cornflower Blue. HEX triplet: 72, 84 and EC. RGB value is (114,132,236). Sum of RGB (Red+Green+Blue) = 114+132+236=482 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.65% from 482); Green value is 132 (51.95% from 255 or 27.39% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #7284EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7284EC is #8D7B13. Grayscale: #8A8A8A. Windows color (decimal): -9272084 or 15500402. OLE color: 15500402.

HSL color Cylindrical-coordinate representation of color #7284EC: hue angle of 231.15º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7284EC is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 132 236 -
CMYK 0.52 0.44 0 0.07
HSL 231.15º 0.76% 0.69% -
HSV(B) 231.15º 0.52% 0.93% -
XYZ 30.33 26.14 82.8 -
YUV 138.47 183.04 110.54 -
System Red Green Blue C M Y K H S L
Decimal 114 132 236 0.52 0.44 0 0.07 231.15 0.76 0.69
Hex 72 84 EC 34 2C 0 7 E7 4C 45
Octal 162 204 354 64 54 0 7 347 114 105
Binary 1110010 10000100 11101100 110100 101100 0 111 11100111 1001100 1000101

Color Harmonies of #7284EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7284EC

Black with #7284EC

Text Example


Text Example

White with #7284EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7284EC; }

 p { color: rgb(114,132,236); }

 H1.HeaderClassName
 {
   color: #7284EC;
 }
 .AnyTagClassName
 {
   color: #7284EC;
 }
</style>

background-color css

<style>
 a { background-color: #7284EC; }

 a { background-color: rgb(114,132,236); }

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

border-color css

<style>
 span { border-color: #7284EC; }

 span { border-color: rgb(114,132,236); }

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