Html Css Color HEX #708CDD Cornflower Blue

📋 copy color: '#708CDD'

red 112 ◦ green 140 ◦ blue 221

#708CDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #708CDD

Tints of Cornflower Blue #708CDD

RGB

 RED value IS 112 (44.14% from 255) = 23.68%

 GREEN value IS 140 (55.08% from 255) = 29.6%

 BLUE value IS 221 (86.72% from 255) = 46.72%

R = 23.68%
G = 29.6%
B = 46.72%

CMYK

 C value IS 0.49

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#708CDD (or 0x708CDD) is known color: Cornflower Blue. HEX triplet: 70, 8C and DD. RGB value is (112,140,221). Sum of RGB (Red+Green+Blue) = 112+140+221=473 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.68% from 473); Green value is 140 (55.08% from 255 or 29.60% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #708CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708CDD is #8F7322. Grayscale: #8C8C8C. Windows color (decimal): -9401123 or 14519408. OLE color: 14519408.

HSL color Cylindrical-coordinate representation of color #708CDD: hue angle of 224.59º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #708CDD is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 140 221 -
CMYK 0.49 0.37 0 0.13
HSL 224.59º 0.62% 0.65% -
HSV(B) 224.59º 0.49% 0.87% -
XYZ 29.11 27.42 72.17 -
YUV 140.86 173.22 107.41 -
System Red Green Blue C M Y K H S L
Decimal 112 140 221 0.49 0.37 0 0.13 224.59 0.62 0.65
Hex 70 8C DD 31 25 0 D E1 3E 41
Octal 160 214 335 61 45 0 15 341 76 101
Binary 1110000 10001100 11011101 110001 100101 0 1101 11100001 111110 1000001

Color Harmonies of #708CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708CDD

Black with #708CDD

Text Example


Text Example

White with #708CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,140,221); }

 H1.HeaderClassName
 {
   color: #708CDD;
 }
 .AnyTagClassName
 {
   color: #708CDD;
 }
</style>

background-color css

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

 a { background-color: rgb(112,140,221); }

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

border-color css

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

 span { border-color: rgb(112,140,221); }

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