Html Css Color HEX #708CDA Cornflower Blue

📋 copy color: '#708CDA'

red 112 ◦ green 140 ◦ blue 218

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

Shades of Cornflower Blue #708CDA

Tints of Cornflower Blue #708CDA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.79%

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

R = 23.83%
G = 29.79%
B = 46.38%

CMYK

 C value IS 0.49

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#708CDA (or 0x708CDA) is known color: Cornflower Blue. HEX triplet: 70, 8C and DA. RGB value is (112,140,218). Sum of RGB (Red+Green+Blue) = 112+140+218=470 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.83% from 470); Green value is 140 (55.08% from 255 or 29.79% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #708CDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708CDA is #8F7325. Grayscale: #8C8C8C. Windows color (decimal): -9401126 or 14322800. OLE color: 14322800.

HSL color Cylindrical-coordinate representation of color #708CDA: hue angle of 224.15º 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 #708CDA is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 140 218 -
CMYK 0.49 0.36 0 0.15
HSL 224.15º 0.59% 0.65% -
HSV(B) 224.15º 0.49% 0.85% -
XYZ 28.72 27.26 70.08 -
YUV 140.52 171.72 107.66 -
System Red Green Blue C M Y K H S L
Decimal 112 140 218 0.49 0.36 0 0.15 224.15 0.59 0.65
Hex 70 8C DA 31 24 0 F E0 3B 41
Octal 160 214 332 61 44 0 17 340 73 101
Binary 1110000 10001100 11011010 110001 100100 0 1111 11100000 111011 1000001

Color Harmonies of #708CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708CDA

Black with #708CDA

Text Example


Text Example

White with #708CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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