Html Css Color HEX #708DDF Cornflower Blue

📋 copy color: '#708DDF'

red 112 ◦ green 141 ◦ blue 223

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

Shades of Cornflower Blue #708DDF

Tints of Cornflower Blue #708DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.85%

R = 23.53%
G = 29.62%
B = 46.85%

CMYK

 C value IS 0.50

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#708DDF (or 0x708DDF) is known color: Cornflower Blue. HEX triplet: 70, 8D and DF. RGB value is (112,141,223). Sum of RGB (Red+Green+Blue) = 112+141+223=476 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.53% from 476); Green value is 141 (55.47% from 255 or 29.62% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #708DDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708DDF is #8F7220. Grayscale: #8D8D8D. Windows color (decimal): -9400865 or 14650736. OLE color: 14650736.

HSL color Cylindrical-coordinate representation of color #708DDF: hue angle of 224.32º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #708DDF is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 141 223 -
CMYK 0.50 0.37 0 0.13
HSL 224.32º 0.63% 0.66% -
HSV(B) 224.32º 0.5% 0.87% -
XYZ 29.53 27.82 73.63 -
YUV 141.68 173.89 106.83 -
System Red Green Blue C M Y K H S L
Decimal 112 141 223 0.50 0.37 0 0.13 224.32 0.63 0.66
Hex 70 8D DF 32 25 0 D E0 3F 42
Octal 160 215 337 62 45 0 15 340 77 102
Binary 1110000 10001101 11011111 110010 100101 0 1101 11100000 111111 1000010

Color Harmonies of #708DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708DDF

Black with #708DDF

Text Example


Text Example

White with #708DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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