#709FFB

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

Shades of Cornflower Blue #709FFB

Tints of Cornflower Blue #709FFB

Color information

#709FFB (or 0x709FFB) is unknown color: approx Cornflower Blue. HEX triplet: 70, 9F and FB. RGB value is (112,159,251). Sum of RGB (Red+Green+Blue) = 112+159+251=522 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.46% from 522); Green value is 159 (62.5% from 255 or 30.46% from 522); Blue value is 251 (98.44% from 255 or 48.08% from 522); Max value from RGB is 251 - color contains mainly: blue. Hex color #709FFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #709FFB is #8F6004. Grayscale: #9B9B9B. Windows color (decimal): -9396229 or 16490352. OLE color: 16490352.

HSL color Cylindrical-coordinate representation of color #709FFB: hue angle of 219.71º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #709FFB is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB112159251-
CMYK0.550.3700.02
HSL219.71º94.56%71.18%-
HSV(B)219.71º55.38%98.43%-
XYZ36.4935.2196.14-
YUV155.44181.9397.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.46%
GREEN value IS 159 (62.5% from 255) = 30.46%
BLUE value IS 251 (98.44% from 255) = 48.08%
R=21.46%
G=30.46%
B=48.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1121592510.550.3700.02219.7194.5671.18
Hex709FFB372502dc5f47
Octal160237373674502334137107
Binary111000010011111111110111101111001010101101110010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,159,251); }

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

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

 a { background-color: rgb(112,159,251); }

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

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

 span { border-color: rgb(112,159,251); }

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