Html Css Color HEX #708DDA Cornflower Blue

📋 copy color: '#708DDA'

red 112 ◦ green 141 ◦ blue 218

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

Shades of Cornflower Blue #708DDA

Tints of Cornflower Blue #708DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.28%

R = 23.78%
G = 29.94%
B = 46.28%

CMYK

 C value IS 0.49

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#708DDA (or 0x708DDA) is known color: Cornflower Blue. HEX triplet: 70, 8D and DA. RGB value is (112,141,218). Sum of RGB (Red+Green+Blue) = 112+141+218=471 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.78% from 471); Green value is 141 (55.47% from 255 or 29.94% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #708DDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708DDA is #8F7225. Grayscale: #8C8C8C. Windows color (decimal): -9400870 or 14323056. OLE color: 14323056.

HSL color Cylindrical-coordinate representation of color #708DDA: hue angle of 223.58º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #708DDA is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 141 218 -
CMYK 0.49 0.35 0 0.15
HSL 223.58º 0.59% 0.65% -
HSV(B) 223.58º 0.49% 0.85% -
XYZ 28.86 27.56 70.13 -
YUV 141.11 171.39 107.24 -
System Red Green Blue C M Y K H S L
Decimal 112 141 218 0.49 0.35 0 0.15 223.58 0.59 0.65
Hex 70 8D DA 31 23 0 F E0 3B 41
Octal 160 215 332 61 43 0 17 340 73 101
Binary 1110000 10001101 11011010 110001 100011 0 1111 11100000 111011 1000001

Color Harmonies of #708DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708DDA

Black with #708DDA

Text Example


Text Example

White with #708DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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