Html Css Color HEX #708DF0 Cornflower Blue

📋 copy color: '#708DF0'

red 112 ◦ green 141 ◦ blue 240

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

Shades of Cornflower Blue #708DF0

Tints of Cornflower Blue #708DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 48.68%

R = 22.72%
G = 28.6%
B = 48.68%

CMYK

 C value IS 0.53

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#708DF0 (or 0x708DF0) is known color: Cornflower Blue. HEX triplet: 70, 8D and F0. RGB value is (112,141,240). Sum of RGB (Red+Green+Blue) = 112+141+240=493 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.72% from 493); Green value is 141 (55.47% from 255 or 28.60% from 493); Blue value is 240 (94.14% from 255 or 48.68% from 493); Max value from RGB is 240 - color contains mainly: blue. Hex color #708DF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708DF0 is #8F720F. Grayscale: #8F8F8F. Windows color (decimal): -9400848 or 15764848. OLE color: 15764848.

HSL color Cylindrical-coordinate representation of color #708DF0: hue angle of 226.41º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #708DF0 is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 141 240 -
CMYK 0.53 0.41 0 0.06
HSL 226.41º 0.81% 0.69% -
HSV(B) 226.41º 0.53% 0.94% -
XYZ 31.94 28.79 86.31 -
YUV 143.62 182.39 105.45 -
System Red Green Blue C M Y K H S L
Decimal 112 141 240 0.53 0.41 0 0.06 226.41 0.81 0.69
Hex 70 8D F0 35 29 0 6 E2 51 45
Octal 160 215 360 65 51 0 6 342 121 105
Binary 1110000 10001101 11110000 110101 101001 0 110 11100010 1010001 1000101

Color Harmonies of #708DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708DF0

Black with #708DF0

Text Example


Text Example

White with #708DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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