#7281EE

Color #7281EE Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #7281EE

Tints of Cornflower Blue #7281EE

Color information

#7281EE (or 0x7281EE) is unknown color: approx Cornflower Blue. HEX triplet: 72, 81 and EE. RGB value is (114,129,238). Sum of RGB (Red+Green+Blue) = 114+129+238=481 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.70% from 481); Green value is 129 (50.78% from 255 or 26.82% from 481); Blue value is 238 (93.36% from 255 or 49.48% from 481); Max value from RGB is 238 - color contains mainly: blue. Hex color #7281EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7281EE is #8D7E11. Grayscale: #888888. Windows color (decimal): -9272850 or 15630706. OLE color: 15630706.

HSL color Cylindrical-coordinate representation of color #7281EE: hue angle of 232.74º degrees, saturation: 0.78, 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 #7281EE is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB114129238-
CMYK0.520.4600.07
HSL232.74º78.48%69.02%-
HSV(B)232.74º52.1%93.33%-
XYZ30.2225.4584.21-
YUV136.94185.03111.64-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.70%
GREEN value IS 129 (50.78% from 255) = 26.82%
BLUE value IS 238 (93.36% from 255) = 49.48%
R=23.70%
G=26.82%
B=49.48%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1141292380.520.4600.07232.7478.4869.02
Hex7281EE342E07e94e45
Octal162201356645607351116105
Binary1110010100000011110111011010010111001111110100110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7281EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7281EE; }

 p { color: rgb(114,129,238); }

 H1.HeaderClassName
 {
   color: #7281EE;
 }
 .AnyTagClassName
 {
   color: #7281EE;
 }
</style>
background-color css

<style>
 a { background-color: #7281EE; }

 a { background-color: rgb(114,129,238); }

 div.DivClassName
 {
   background-color: #7281EE;
 }
 .BgClassName
 {
   background-color: #7281EE;
 }
</style>
border-color css

<style>
 span { border-color: #7281EE; }

 span { border-color: rgb(114,129,238); }

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