Html Css Color HEX #708EDB Cornflower Blue

📋 copy color: '#708EDB'

red 112 ◦ green 142 ◦ blue 219

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

Shades of Cornflower Blue #708EDB

Tints of Cornflower Blue #708EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.3%

R = 23.68%
G = 30.02%
B = 46.3%

CMYK

 C value IS 0.49

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#708EDB (or 0x708EDB) is known color: Cornflower Blue. HEX triplet: 70, 8E and DB. RGB value is (112,142,219). Sum of RGB (Red+Green+Blue) = 112+142+219=473 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.68% from 473); Green value is 142 (55.86% from 255 or 30.02% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #708EDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708EDB is #8F7124. Grayscale: #8D8D8D. Windows color (decimal): -9400613 or 14388848. OLE color: 14388848.

HSL color Cylindrical-coordinate representation of color #708EDB: hue angle of 223.18º degrees, saturation: 0.6, 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 #708EDB is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 142 219 -
CMYK 0.49 0.35 0 0.14
HSL 223.18º 0.6% 0.65% -
HSV(B) 223.18º 0.49% 0.86% -
XYZ 29.14 27.91 70.87 -
YUV 141.81 171.56 106.74 -
System Red Green Blue C M Y K H S L
Decimal 112 142 219 0.49 0.35 0 0.14 223.18 0.6 0.65
Hex 70 8E DB 31 23 0 E DF 3C 41
Octal 160 216 333 61 43 0 16 337 74 101
Binary 1110000 10001110 11011011 110001 100011 0 1110 11011111 111100 1000001

Color Harmonies of #708EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708EDB

Black with #708EDB

Text Example


Text Example

White with #708EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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