Html Css Color HEX #708FD7 Cornflower Blue

📋 copy color: '#708FD7'

red 112 ◦ green 143 ◦ blue 215

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

Shades of Cornflower Blue #708FD7

Tints of Cornflower Blue #708FD7

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.43%

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

R = 23.83%
G = 30.43%
B = 45.74%

CMYK

 C value IS 0.48

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#708FD7 (or 0x708FD7) is known color: Cornflower Blue. HEX triplet: 70, 8F and D7. RGB value is (112,143,215). Sum of RGB (Red+Green+Blue) = 112+143+215=470 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.83% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 215 (84.38% from 255 or 45.74% from 470); Max value from RGB is 215 - color contains mainly: blue. Hex color #708FD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708FD7 is #8F7028. Grayscale: #8D8D8D. Windows color (decimal): -9400361 or 14126960. OLE color: 14126960.

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

Color convert

RGB 112 143 215 -
CMYK 0.48 0.33 0 0.16
HSL 221.94º 0.56% 0.64% -
HSV(B) 221.94º 0.48% 0.84% -
XYZ 28.77 28 68.18 -
YUV 141.94 169.23 106.65 -
System Red Green Blue C M Y K H S L
Decimal 112 143 215 0.48 0.33 0 0.16 221.94 0.56 0.64
Hex 70 8F D7 30 21 0 10 DE 38 40
Octal 160 217 327 60 41 0 20 336 70 100
Binary 1110000 10001111 11010111 110000 100001 0 10000 11011110 111000 1000000

Color Harmonies of #708FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708FD7

Black with #708FD7

Text Example


Text Example

White with #708FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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