Html Css Color HEX #708BDC Cornflower Blue

📋 copy color: '#708BDC'

red 112 ◦ green 139 ◦ blue 220

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

Shades of Cornflower Blue #708BDC

Tints of Cornflower Blue #708BDC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.51%

 BLUE value IS 220 (86.33% from 255) = 46.71%

R = 23.78%
G = 29.51%
B = 46.71%

CMYK

 C value IS 0.49

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#708BDC (or 0x708BDC) is known color: Cornflower Blue. HEX triplet: 70, 8B and DC. RGB value is (112,139,220). Sum of RGB (Red+Green+Blue) = 112+139+220=471 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.78% from 471); Green value is 139 (54.69% from 255 or 29.51% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #708BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708BDC is #8F7423. Grayscale: #8B8B8B. Windows color (decimal): -9401380 or 14453616. OLE color: 14453616.

HSL color Cylindrical-coordinate representation of color #708BDC: hue angle of 225º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #708BDC is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 139 220 -
CMYK 0.49 0.37 0 0.14
HSL 225º 0.61% 0.65% -
HSV(B) 225º 0.49% 0.86% -
XYZ 28.83 27.08 71.42 -
YUV 140.16 173.05 107.91 -
System Red Green Blue C M Y K H S L
Decimal 112 139 220 0.49 0.37 0 0.14 225 0.61 0.65
Hex 70 8B DC 31 25 0 E E1 3D 41
Octal 160 213 334 61 45 0 16 341 75 101
Binary 1110000 10001011 11011100 110001 100101 0 1110 11100001 111101 1000001

Color Harmonies of #708BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708BDC

Black with #708BDC

Text Example


Text Example

White with #708BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,139,220); }

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

background-color css

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

 a { background-color: rgb(112,139,220); }

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

border-color css

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

 span { border-color: rgb(112,139,220); }

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