#709AF1

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

Shades of Cornflower Blue #709AF1

Tints of Cornflower Blue #709AF1

Color information

#709AF1 (or 0x709AF1) is unknown color: approx Cornflower Blue. HEX triplet: 70, 9A and F1. RGB value is (112,154,241). Sum of RGB (Red+Green+Blue) = 112+154+241=507 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.09% from 507); Green value is 154 (60.55% from 255 or 30.37% from 507); Blue value is 241 (94.53% from 255 or 47.53% from 507); Max value from RGB is 241 - color contains mainly: blue. Hex color #709AF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #709AF1 is #8F650E. Grayscale: #969696. Windows color (decimal): -9397519 or 15833712. OLE color: 15833712.

HSL color Cylindrical-coordinate representation of color #709AF1: hue angle of 220.47º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #709AF1 is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB112154241-
CMYK0.540.3600.05
HSL220.47º82.17%69.22%-
HSV(B)220.47º53.53%94.51%-
XYZ34.1132.9187.77-
YUV151.36178.5999.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.09%
GREEN value IS 154 (60.55% from 255) = 30.37%
BLUE value IS 241 (94.53% from 255) = 47.53%
R=22.09%
G=30.37%
B=47.53%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1121542410.540.3600.05220.4782.1769.22
Hex709AF1362405dc5245
Octal160232361664405334122105
Binary1110000100110101111000111011010010001011101110010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,154,241); }

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

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

 a { background-color: rgb(112,154,241); }

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

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

 span { border-color: rgb(112,154,241); }

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