#709BFF

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

Shades of Cornflower Blue #709BFF

Tints of Cornflower Blue #709BFF

Color information

#709BFF (or 0x709BFF) is unknown color: approx Cornflower Blue. HEX triplet: 70, 9B and FF. RGB value is (112,155,255). Sum of RGB (Red+Green+Blue) = 112+155+255=522 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.46% from 522); Green value is 155 (60.94% from 255 or 29.69% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #709BFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #709BFF is #8F6400. Grayscale: #999999. Windows color (decimal): -9397249 or 16751472. OLE color: 16751472.

HSL color Cylindrical-coordinate representation of color #709BFF: hue angle of 221.96º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #709BFF is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB112155255-
CMYK0.560.3900
HSL221.96º100%71.96%-
HSV(B)221.96º56.08%100%-
XYZ36.4534.1199.27-
YUV153.54185.2598.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.46%
GREEN value IS 155 (60.94% from 255) = 29.69%
BLUE value IS 255 (100% from 255) = 48.85%
R=21.46%
G=29.69%
B=48.85%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1121552550.560.3900221.9610071.96
Hex709BFF382700de6448
Octal160233377704700336144110
Binary11100001001101111111111111000100111001101111011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,155,255); }

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

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

 a { background-color: rgb(112,155,255); }

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

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

 span { border-color: rgb(112,155,255); }

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