Html Css Color HEX #708DDD Cornflower Blue

📋 copy color: '#708DDD'

red 112 ◦ green 141 ◦ blue 221

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

Shades of Cornflower Blue #708DDD

Tints of Cornflower Blue #708DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.62%

R = 23.63%
G = 29.75%
B = 46.62%

CMYK

 C value IS 0.49

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#708DDD (or 0x708DDD) is known color: Cornflower Blue. HEX triplet: 70, 8D and DD. RGB value is (112,141,221). Sum of RGB (Red+Green+Blue) = 112+141+221=474 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.63% from 474); Green value is 141 (55.47% from 255 or 29.75% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #708DDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708DDD is #8F7222. Grayscale: #8D8D8D. Windows color (decimal): -9400867 or 14519664. OLE color: 14519664.

HSL color Cylindrical-coordinate representation of color #708DDD: hue angle of 224.04º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #708DDD is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 141 221 -
CMYK 0.49 0.36 0 0.13
HSL 224.04º 0.62% 0.65% -
HSV(B) 224.04º 0.49% 0.87% -
XYZ 29.26 27.71 72.21 -
YUV 141.45 172.89 107 -
System Red Green Blue C M Y K H S L
Decimal 112 141 221 0.49 0.36 0 0.13 224.04 0.62 0.65
Hex 70 8D DD 31 24 0 D E0 3E 41
Octal 160 215 335 61 44 0 15 340 76 101
Binary 1110000 10001101 11011101 110001 100100 0 1101 11100000 111110 1000001

Color Harmonies of #708DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708DDD

Black with #708DDD

Text Example


Text Example

White with #708DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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