Html Css Color HEX #708FDB Cornflower Blue

📋 copy color: '#708FDB'

red 112 ◦ green 143 ◦ blue 219

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

Shades of Cornflower Blue #708FDB

Tints of Cornflower Blue #708FDB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.17%

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

R = 23.63%
G = 30.17%
B = 46.2%

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

#708FDB (or 0x708FDB) is known color: Cornflower Blue. HEX triplet: 70, 8F and DB. RGB value is (112,143,219). Sum of RGB (Red+Green+Blue) = 112+143+219=474 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.63% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #708FDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708FDB is #8F7024. Grayscale: #8E8E8E. Windows color (decimal): -9400357 or 14389104. OLE color: 14389104.

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

Color convert

RGB 112 143 219 -
CMYK 0.49 0.35 0 0.14
HSL 222.62º 0.6% 0.65% -
HSV(B) 222.62º 0.49% 0.86% -
XYZ 29.29 28.2 70.92 -
YUV 142.4 171.23 106.32 -
System Red Green Blue C M Y K H S L
Decimal 112 143 219 0.49 0.35 0 0.14 222.62 0.6 0.65
Hex 70 8F DB 31 23 0 E DF 3C 41
Octal 160 217 333 61 43 0 16 337 74 101
Binary 1110000 10001111 11011011 110001 100011 0 1110 11011111 111100 1000001

Color Harmonies of #708FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708FDB

Black with #708FDB

Text Example


Text Example

White with #708FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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