Html Css Color HEX #708ED6 Cornflower Blue

📋 copy color: '#708ED6'

red 112 ◦ green 142 ◦ blue 214

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

Shades of Cornflower Blue #708ED6

Tints of Cornflower Blue #708ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 45.73%

R = 23.93%
G = 30.34%
B = 45.73%

CMYK

 C value IS 0.48

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#708ED6 (or 0x708ED6) is known color: Cornflower Blue. HEX triplet: 70, 8E and D6. RGB value is (112,142,214). Sum of RGB (Red+Green+Blue) = 112+142+214=468 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.93% from 468); Green value is 142 (55.86% from 255 or 30.34% from 468); Blue value is 214 (83.98% from 255 or 45.73% from 468); Max value from RGB is 214 - color contains mainly: blue. Hex color #708ED6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708ED6 is #8F7129. Grayscale: #8C8C8C. Windows color (decimal): -9400618 or 14061168. OLE color: 14061168.

HSL color Cylindrical-coordinate representation of color #708ED6: hue angle of 222.35º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #708ED6 is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 112 142 214 -
CMYK 0.48 0.34 0 0.16
HSL 222.35º 0.55% 0.64% -
HSV(B) 222.35º 0.48% 0.84% -
XYZ 28.49 27.65 67.45 -
YUV 141.24 169.06 107.15 -
System Red Green Blue C M Y K H S L
Decimal 112 142 214 0.48 0.34 0 0.16 222.35 0.55 0.64
Hex 70 8E D6 30 22 0 10 DE 37 40
Octal 160 216 326 60 42 0 20 336 67 100
Binary 1110000 10001110 11010110 110000 100010 0 10000 11011110 110111 1000000

Color Harmonies of #708ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708ED6

Black with #708ED6

Text Example


Text Example

White with #708ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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