Html Css Color HEX #708EDE Cornflower Blue

📋 copy color: '#708EDE'

red 112 ◦ green 142 ◦ blue 222

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

Shades of Cornflower Blue #708EDE

Tints of Cornflower Blue #708EDE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.83%

 BLUE value IS 222 (87.11% from 255) = 46.64%

R = 23.53%
G = 29.83%
B = 46.64%

CMYK

 C value IS 0.50

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#708EDE (or 0x708EDE) is known color: Cornflower Blue. HEX triplet: 70, 8E and DE. RGB value is (112,142,222). Sum of RGB (Red+Green+Blue) = 112+142+222=476 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.53% from 476); Green value is 142 (55.86% from 255 or 29.83% from 476); Blue value is 222 (87.11% from 255 or 46.64% from 476); Max value from RGB is 222 - color contains mainly: blue. Hex color #708EDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708EDE is #8F7121. Grayscale: #8D8D8D. Windows color (decimal): -9400610 or 14585456. OLE color: 14585456.

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

Color convert

RGB 112 142 222 -
CMYK 0.50 0.36 0 0.13
HSL 223.64º 0.63% 0.65% -
HSV(B) 223.64º 0.5% 0.87% -
XYZ 29.54 28.06 72.97 -
YUV 142.15 173.06 106.5 -
System Red Green Blue C M Y K H S L
Decimal 112 142 222 0.50 0.36 0 0.13 223.64 0.63 0.65
Hex 70 8E DE 32 24 0 D E0 3E 41
Octal 160 216 336 62 44 0 15 340 76 101
Binary 1110000 10001110 11011110 110010 100100 0 1101 11100000 111110 1000001

Color Harmonies of #708EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708EDE

Black with #708EDE

Text Example


Text Example

White with #708EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,142,222); }

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

background-color css

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

 a { background-color: rgb(112,142,222); }

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

border-color css

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

 span { border-color: rgb(112,142,222); }

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