Html Css Color HEX #708DD7 Cornflower Blue

📋 copy color: '#708DD7'

red 112 ◦ green 141 ◦ blue 215

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

Shades of Cornflower Blue #708DD7

Tints of Cornflower Blue #708DD7

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.13%

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

R = 23.93%
G = 30.13%
B = 45.94%

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

#708DD7 (or 0x708DD7) is known color: Cornflower Blue. HEX triplet: 70, 8D and D7. RGB value is (112,141,215). Sum of RGB (Red+Green+Blue) = 112+141+215=468 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.93% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 215 (84.38% from 255 or 45.94% from 468); Max value from RGB is 215 - color contains mainly: blue. Hex color #708DD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708DD7 is #8F7228. Grayscale: #8C8C8C. Windows color (decimal): -9400873 or 14126448. OLE color: 14126448.

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

Color convert

RGB 112 141 215 -
CMYK 0.48 0.34 0 0.16
HSL 223.11º 0.56% 0.64% -
HSV(B) 223.11º 0.48% 0.84% -
XYZ 28.47 27.4 68.08 -
YUV 140.77 169.89 107.48 -
System Red Green Blue C M Y K H S L
Decimal 112 141 215 0.48 0.34 0 0.16 223.11 0.56 0.64
Hex 70 8D D7 30 22 0 10 DF 38 40
Octal 160 215 327 60 42 0 20 337 70 100
Binary 1110000 10001101 11010111 110000 100010 0 10000 11011111 111000 1000000

Color Harmonies of #708DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708DD7

Black with #708DD7

Text Example


Text Example

White with #708DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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