Html Css Color HEX #708AD8 Cornflower Blue

📋 copy color: '#708AD8'

red 112 ◦ green 138 ◦ blue 216

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

Shades of Cornflower Blue #708AD8

Tints of Cornflower Blue #708AD8

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.61%

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

R = 24.03%
G = 29.61%
B = 46.35%

CMYK

 C value IS 0.48

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#708AD8 (or 0x708AD8) is known color: Cornflower Blue. HEX triplet: 70, 8A and D8. RGB value is (112,138,216). Sum of RGB (Red+Green+Blue) = 112+138+216=466 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.03% from 466); Green value is 138 (54.30% from 255 or 29.61% from 466); Blue value is 216 (84.77% from 255 or 46.35% from 466); Max value from RGB is 216 - color contains mainly: blue. Hex color #708AD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708AD8 is #8F7527. Grayscale: #8A8A8A. Windows color (decimal): -9401640 or 14191216. OLE color: 14191216.

HSL color Cylindrical-coordinate representation of color #708AD8: hue angle of 225º 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 #708AD8 is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 138 216 -
CMYK 0.48 0.36 0 0.15
HSL 225º 0.57% 0.64% -
HSV(B) 225º 0.48% 0.85% -
XYZ 28.17 26.58 68.61 -
YUV 139.12 171.39 108.66 -
System Red Green Blue C M Y K H S L
Decimal 112 138 216 0.48 0.36 0 0.15 225 0.57 0.64
Hex 70 8A D8 30 24 0 F E1 39 40
Octal 160 212 330 60 44 0 17 341 71 100
Binary 1110000 10001010 11011000 110000 100100 0 1111 11100001 111001 1000000

Color Harmonies of #708AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708AD8

Black with #708AD8

Text Example


Text Example

White with #708AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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