Html Css Color HEX #7280EF Cornflower Blue

📋 copy color: '#7280EF'

red 114 ◦ green 128 ◦ blue 239

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

Shades of Cornflower Blue #7280EF

Tints of Cornflower Blue #7280EF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.61%

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

R = 23.7%
G = 26.61%
B = 49.69%

CMYK

 C value IS 0.52

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7280EF (or 0x7280EF) is known color: Cornflower Blue. HEX triplet: 72, 80 and EF. RGB value is (114,128,239). Sum of RGB (Red+Green+Blue) = 114+128+239=481 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.70% from 481); Green value is 128 (50.39% from 255 or 26.61% from 481); Blue value is 239 (93.75% from 255 or 49.69% from 481); Max value from RGB is 239 - color contains mainly: blue. Hex color #7280EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7280EF is #8D7F10. Grayscale: #888888. Windows color (decimal): -9273105 or 15695986. OLE color: 15695986.

HSL color Cylindrical-coordinate representation of color #7280EF: hue angle of 233.28º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7280EF is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 114 128 239 -
CMYK 0.52 0.46 0 0.06
HSL 233.28º 0.8% 0.69% -
HSV(B) 233.28º 0.52% 0.94% -
XYZ 30.24 25.25 84.94 -
YUV 136.47 185.86 111.97 -
System Red Green Blue C M Y K H S L
Decimal 114 128 239 0.52 0.46 0 0.06 233.28 0.8 0.69
Hex 72 80 EF 34 2E 0 6 E9 50 45
Octal 162 200 357 64 56 0 6 351 120 105
Binary 1110010 10000000 11101111 110100 101110 0 110 11101001 1010000 1000101

Color Harmonies of #7280EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7280EF

Black with #7280EF

Text Example


Text Example

White with #7280EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7280EF; }

 p { color: rgb(114,128,239); }

 H1.HeaderClassName
 {
   color: #7280EF;
 }
 .AnyTagClassName
 {
   color: #7280EF;
 }
</style>

background-color css

<style>
 a { background-color: #7280EF; }

 a { background-color: rgb(114,128,239); }

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

border-color css

<style>
 span { border-color: #7280EF; }

 span { border-color: rgb(114,128,239); }

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