Html Css Color HEX #708ED5 Cornflower Blue

📋 copy color: '#708ED5'

red 112 ◦ green 142 ◦ blue 213

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

Shades of Cornflower Blue #708ED5

Tints of Cornflower Blue #708ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.61%

R = 23.98%
G = 30.41%
B = 45.61%

CMYK

 C value IS 0.47

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#708ED5 (or 0x708ED5) is known color: Cornflower Blue. HEX triplet: 70, 8E and D5. RGB value is (112,142,213). Sum of RGB (Red+Green+Blue) = 112+142+213=467 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.98% from 467); Green value is 142 (55.86% from 255 or 30.41% from 467); Blue value is 213 (83.59% from 255 or 45.61% from 467); Max value from RGB is 213 - color contains mainly: blue. Hex color #708ED5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708ED5 is #8F712A. Grayscale: #8C8C8C. Windows color (decimal): -9400619 or 13995632. OLE color: 13995632.

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

Color convert

RGB 112 142 213 -
CMYK 0.47 0.33 0 0.16
HSL 222.18º 0.55% 0.64% -
HSV(B) 222.18º 0.47% 0.84% -
XYZ 28.37 27.59 66.78 -
YUV 141.12 168.56 107.23 -
System Red Green Blue C M Y K H S L
Decimal 112 142 213 0.47 0.33 0 0.16 222.18 0.55 0.64
Hex 70 8E D5 2F 21 0 10 DE 37 40
Octal 160 216 325 57 41 0 20 336 67 100
Binary 1110000 10001110 11010101 101111 100001 0 10000 11011110 110111 1000000

Color Harmonies of #708ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708ED5

Black with #708ED5

Text Example


Text Example

White with #708ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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