Html Css Color HEX #708DD8 Cornflower Blue

📋 copy color: '#708DD8'

red 112 ◦ green 141 ◦ blue 216

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

Shades of Cornflower Blue #708DD8

Tints of Cornflower Blue #708DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 46.06%

R = 23.88%
G = 30.06%
B = 46.06%

CMYK

 C value IS 0.48

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#708DD8 (or 0x708DD8) is known color: Cornflower Blue. HEX triplet: 70, 8D and D8. RGB value is (112,141,216). Sum of RGB (Red+Green+Blue) = 112+141+216=469 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.88% from 469); Green value is 141 (55.47% from 255 or 30.06% from 469); Blue value is 216 (84.77% from 255 or 46.06% from 469); Max value from RGB is 216 - color contains mainly: blue. Hex color #708DD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708DD8 is #8F7227. Grayscale: #8C8C8C. Windows color (decimal): -9400872 or 14191984. OLE color: 14191984.

HSL color Cylindrical-coordinate representation of color #708DD8: hue angle of 223.27º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #708DD8 is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 141 216 -
CMYK 0.48 0.35 0 0.15
HSL 223.27º 0.57% 0.64% -
HSV(B) 223.27º 0.48% 0.85% -
XYZ 28.6 27.45 68.76 -
YUV 140.88 170.39 107.4 -
System Red Green Blue C M Y K H S L
Decimal 112 141 216 0.48 0.35 0 0.15 223.27 0.57 0.64
Hex 70 8D D8 30 23 0 F DF 39 40
Octal 160 215 330 60 43 0 17 337 71 100
Binary 1110000 10001101 11011000 110000 100011 0 1111 11011111 111001 1000000

Color Harmonies of #708DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708DD8

Black with #708DD8

Text Example


Text Example

White with #708DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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