#709EFB

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

Shades of Cornflower Blue #709EFB

Tints of Cornflower Blue #709EFB

Color information

#709EFB (or 0x709EFB) is unknown color: approx Cornflower Blue. HEX triplet: 70, 9E and FB. RGB value is (112,158,251). Sum of RGB (Red+Green+Blue) = 112+158+251=521 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.50% from 521); Green value is 158 (62.11% from 255 or 30.33% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #709EFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #709EFB is #8F6104. Grayscale: #9A9A9A. Windows color (decimal): -9396485 or 16490096. OLE color: 16490096.

HSL color Cylindrical-coordinate representation of color #709EFB: hue angle of 220.14º 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 #709EFB is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB112158251-
CMYK0.550.3700.02
HSL220.14º94.56%71.18%-
HSV(B)220.14º55.38%98.43%-
XYZ36.3234.8696.08-
YUV154.85182.2697.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.50%
GREEN value IS 158 (62.11% from 255) = 30.33%
BLUE value IS 251 (98.44% from 255) = 48.18%
R=21.50%
G=30.33%
B=48.18%

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
Decimal1121582510.550.3700.02220.1494.5671.18
Hex709EFB372502dc5f47
Octal160236373674502334137107
Binary111000010011110111110111101111001010101101110010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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