Html Css Color HEX #7087DC Cornflower Blue

📋 copy color: '#7087DC'

red 112 ◦ green 135 ◦ blue 220

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

Shades of Cornflower Blue #7087DC

Tints of Cornflower Blue #7087DC

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.91%

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

R = 23.98%
G = 28.91%
B = 47.11%

CMYK

 C value IS 0.49

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7087DC (or 0x7087DC) is known color: Cornflower Blue. HEX triplet: 70, 87 and DC. RGB value is (112,135,220). Sum of RGB (Red+Green+Blue) = 112+135+220=467 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.98% from 467); Green value is 135 (53.12% from 255 or 28.91% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #7087DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7087DC is #8F7823. Grayscale: #898989. Windows color (decimal): -9402404 or 14452592. OLE color: 14452592.

HSL color Cylindrical-coordinate representation of color #7087DC: hue angle of 227.22º 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 #7087DC is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 135 220 -
CMYK 0.49 0.39 0 0.14
HSL 227.22º 0.61% 0.65% -
HSV(B) 227.22º 0.49% 0.86% -
XYZ 28.26 25.94 71.23 -
YUV 137.81 174.38 109.59 -
System Red Green Blue C M Y K H S L
Decimal 112 135 220 0.49 0.39 0 0.14 227.22 0.61 0.65
Hex 70 87 DC 31 27 0 E E3 3D 41
Octal 160 207 334 61 47 0 16 343 75 101
Binary 1110000 10000111 11011100 110001 100111 0 1110 11100011 111101 1000001

Color Harmonies of #7087DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7087DC

Black with #7087DC

Text Example


Text Example

White with #7087DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7087DC; }

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

 H1.HeaderClassName
 {
   color: #7087DC;
 }
 .AnyTagClassName
 {
   color: #7087DC;
 }
</style>

background-color css

<style>
 a { background-color: #7087DC; }

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

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

border-color css

<style>
 span { border-color: #7087DC; }

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

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