#708AF8

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

Shades of Cornflower Blue #708AF8

Tints of Cornflower Blue #708AF8

Color information

#708AF8 (or 0x708AF8) is unknown color: approx Cornflower Blue. HEX triplet: 70, 8A and F8. RGB value is (112,138,248). Sum of RGB (Red+Green+Blue) = 112+138+248=498 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.49% from 498); Green value is 138 (54.30% from 255 or 27.71% from 498); Blue value is 248 (97.27% from 255 or 49.80% from 498); Max value from RGB is 248 - color contains mainly: blue. Hex color #708AF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708AF8 is #8F7507. Grayscale: #8E8E8E. Windows color (decimal): -9401608 or 16288368. OLE color: 16288368.

HSL color Cylindrical-coordinate representation of color #708AF8: hue angle of 228.53º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #708AF8 is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB112138248-
CMYK0.550.4400.03
HSL228.53º90.67%70.59%-
HSV(B)228.53º54.84%97.25%-
XYZ32.7128.492.56-
YUV142.77187.39106.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.49%
GREEN value IS 138 (54.30% from 255) = 27.71%
BLUE value IS 248 (97.27% from 255) = 49.80%
R=22.49%
G=27.71%
B=49.80%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1121382480.550.4400.03228.5390.6770.59
Hex708AF8372C03e55b47
Octal160212370675403345133107
Binary111000010001010111110001101111011000111110010110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708AF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708AF8; }

 p { color: rgb(112,138,248); }

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

<style>
 a { background-color: #708AF8; }

 a { background-color: rgb(112,138,248); }

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

<style>
 span { border-color: #708AF8; }

 span { border-color: rgb(112,138,248); }

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