Html Css Color HEX #708DDB Cornflower Blue

📋 copy color: '#708DDB'

red 112 ◦ green 141 ◦ blue 219

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

Shades of Cornflower Blue #708DDB

Tints of Cornflower Blue #708DDB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.87%

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

R = 23.73%
G = 29.87%
B = 46.4%

CMYK

 C value IS 0.49

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#708DDB (or 0x708DDB) is known color: Cornflower Blue. HEX triplet: 70, 8D and DB. RGB value is (112,141,219). Sum of RGB (Red+Green+Blue) = 112+141+219=472 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.73% from 472); Green value is 141 (55.47% from 255 or 29.87% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #708DDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708DDB is #8F7224. Grayscale: #8C8C8C. Windows color (decimal): -9400869 or 14388592. OLE color: 14388592.

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

Color convert

RGB 112 141 219 -
CMYK 0.49 0.36 0 0.14
HSL 223.74º 0.6% 0.65% -
HSV(B) 223.74º 0.49% 0.86% -
XYZ 28.99 27.61 70.82 -
YUV 141.22 171.89 107.16 -
System Red Green Blue C M Y K H S L
Decimal 112 141 219 0.49 0.36 0 0.14 223.74 0.6 0.65
Hex 70 8D DB 31 24 0 E E0 3C 41
Octal 160 215 333 61 44 0 16 340 74 101
Binary 1110000 10001101 11011011 110001 100100 0 1110 11100000 111100 1000001

Color Harmonies of #708DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708DDB

Black with #708DDB

Text Example


Text Example

White with #708DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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