#709CE4

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

Shades of Cornflower Blue #709CE4

Tints of Cornflower Blue #709CE4

Color information

#709CE4 (or 0x709CE4) is unknown color: approx Cornflower Blue. HEX triplet: 70, 9C and E4. RGB value is (112,156,228). Sum of RGB (Red+Green+Blue) = 112+156+228=496 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.58% from 496); Green value is 156 (61.33% from 255 or 31.45% from 496); Blue value is 228 (89.45% from 255 or 45.97% from 496); Max value from RGB is 228 - color contains mainly: blue. Hex color #709CE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709CE4 is #8F631B. Grayscale: #969696. Windows color (decimal): -9397020 or 14982256. OLE color: 14982256.

HSL color Cylindrical-coordinate representation of color #709CE4: hue angle of 217.24º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #709CE4 is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB112156228-
CMYK0.510.3200.11
HSL217.24º68.24%66.67%-
HSV(B)217.24º50.88%89.41%-
XYZ32.5732.8278.02-
YUV151.05171.42100.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.58%
GREEN value IS 156 (61.33% from 255) = 31.45%
BLUE value IS 228 (89.45% from 255) = 45.97%
R=22.58%
G=31.45%
B=45.97%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1121562280.510.3200.11217.2468.2466.67
Hex709CE433200Bd94443
Octal1602343446340013331104103
Binary11100001001110011100100110011100000010111101100110001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709CE4; }

 p { color: rgb(112,156,228); }

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

<style>
 a { background-color: #709CE4; }

 a { background-color: rgb(112,156,228); }

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

<style>
 span { border-color: #709CE4; }

 span { border-color: rgb(112,156,228); }

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