#707FDC

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

Shades of Cornflower Blue #707FDC

Tints of Cornflower Blue #707FDC

Color information

#707FDC (or 0x707FDC) is unknown color: approx Cornflower Blue. HEX triplet: 70, 7F and DC. RGB value is (112,127,220). Sum of RGB (Red+Green+Blue) = 112+127+220=459 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.40% from 459); Green value is 127 (50% from 255 or 27.67% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #707FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707FDC is #8F8023. Grayscale: #848484. Windows color (decimal): -9404452 or 14450544. OLE color: 14450544.

HSL color Cylindrical-coordinate representation of color #707FDC: hue angle of 231.67º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #707FDC is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB112127220-
CMYK0.490.4200.14
HSL231.67º60.67%65.1%-
HSV(B)231.67º49.09%86.27%-
XYZ27.1923.7970.87-
YUV133.12177.03112.94-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.40%
GREEN value IS 127 (50% from 255) = 27.67%
BLUE value IS 220 (86.33% from 255) = 47.93%
R=24.40%
G=27.67%
B=47.93%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1121272200.490.4200.14231.6760.6765.1
Hex707FDC312A0Ee83d41
Octal160177334615201635075101
Binary111000011111111101110011000110101001110111010001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707FDC; }

 p { color: rgb(112,127,220); }

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

<style>
 a { background-color: #707FDC; }

 a { background-color: rgb(112,127,220); }

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

<style>
 span { border-color: #707FDC; }

 span { border-color: rgb(112,127,220); }

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