Html Css Color HEX #708ED7 Cornflower Blue

📋 copy color: '#708ED7'

red 112 ◦ green 142 ◦ blue 215

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

Shades of Cornflower Blue #708ED7

Tints of Cornflower Blue #708ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 45.84%

R = 23.88%
G = 30.28%
B = 45.84%

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

#708ED7 (or 0x708ED7) is known color: Cornflower Blue. HEX triplet: 70, 8E and D7. RGB value is (112,142,215). Sum of RGB (Red+Green+Blue) = 112+142+215=469 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.88% from 469); Green value is 142 (55.86% from 255 or 30.28% from 469); Blue value is 215 (84.38% from 255 or 45.84% from 469); Max value from RGB is 215 - color contains mainly: blue. Hex color #708ED7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708ED7 is #8F7128. Grayscale: #8D8D8D. Windows color (decimal): -9400617 or 14126704. OLE color: 14126704.

HSL color Cylindrical-coordinate representation of color #708ED7: hue angle of 222.52º degrees, saturation: 0.56, 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 #708ED7 is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 112 142 215 -
CMYK 0.48 0.34 0 0.16
HSL 222.52º 0.56% 0.64% -
HSV(B) 222.52º 0.48% 0.84% -
XYZ 28.62 27.7 68.13 -
YUV 141.35 169.56 107.06 -
System Red Green Blue C M Y K H S L
Decimal 112 142 215 0.48 0.34 0 0.16 222.52 0.56 0.64
Hex 70 8E D7 30 22 0 10 DF 38 40
Octal 160 216 327 60 42 0 20 337 70 100
Binary 1110000 10001110 11010111 110000 100010 0 10000 11011111 111000 1000000

Color Harmonies of #708ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708ED7

Black with #708ED7

Text Example


Text Example

White with #708ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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