Html Css Color HEX #708DD5 Cornflower Blue

📋 copy color: '#708DD5'

red 112 ◦ green 141 ◦ blue 213

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

Shades of Cornflower Blue #708DD5

Tints of Cornflower Blue #708DD5

RGB

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

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

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

R = 24.03%
G = 30.26%
B = 45.71%

CMYK

 C value IS 0.47

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#708DD5 (or 0x708DD5) is known color: Cornflower Blue. HEX triplet: 70, 8D and D5. RGB value is (112,141,213). Sum of RGB (Red+Green+Blue) = 112+141+213=466 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.03% from 466); Green value is 141 (55.47% from 255 or 30.26% from 466); Blue value is 213 (83.59% from 255 or 45.71% from 466); Max value from RGB is 213 - color contains mainly: blue. Hex color #708DD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708DD5 is #8F722A. Grayscale: #8C8C8C. Windows color (decimal): -9400875 or 13995376. OLE color: 13995376.

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

Color convert

RGB 112 141 213 -
CMYK 0.47 0.34 0 0.16
HSL 222.77º 0.55% 0.64% -
HSV(B) 222.77º 0.47% 0.84% -
XYZ 28.22 27.3 66.73 -
YUV 140.54 168.89 107.65 -
System Red Green Blue C M Y K H S L
Decimal 112 141 213 0.47 0.34 0 0.16 222.77 0.55 0.64
Hex 70 8D D5 2F 22 0 10 DF 37 40
Octal 160 215 325 57 42 0 20 337 67 100
Binary 1110000 10001101 11010101 101111 100010 0 10000 11011111 110111 1000000

Color Harmonies of #708DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708DD5

Black with #708DD5

Text Example


Text Example

White with #708DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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