Html Css Color HEX #7087DB Cornflower Blue

📋 copy color: '#7087DB'

red 112 ◦ green 135 ◦ blue 219

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

Shades of Cornflower Blue #7087DB

Tints of Cornflower Blue #7087DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47%

R = 24.03%
G = 28.97%
B = 47%

CMYK

 C value IS 0.49

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7087DB (or 0x7087DB) is known color: Cornflower Blue. HEX triplet: 70, 87 and DB. RGB value is (112,135,219). Sum of RGB (Red+Green+Blue) = 112+135+219=466 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.03% from 466); Green value is 135 (53.12% from 255 or 28.97% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #7087DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7087DB is #8F7824. Grayscale: #898989. Windows color (decimal): -9402405 or 14387056. OLE color: 14387056.

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

Color convert

RGB 112 135 219 -
CMYK 0.49 0.38 0 0.14
HSL 227.1º 0.6% 0.65% -
HSV(B) 227.1º 0.49% 0.86% -
XYZ 28.13 25.89 70.53 -
YUV 137.7 173.88 109.67 -
System Red Green Blue C M Y K H S L
Decimal 112 135 219 0.49 0.38 0 0.14 227.1 0.6 0.65
Hex 70 87 DB 31 26 0 E E3 3C 41
Octal 160 207 333 61 46 0 16 343 74 101
Binary 1110000 10000111 11011011 110001 100110 0 1110 11100011 111100 1000001

Color Harmonies of #7087DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7087DB

Black with #7087DB

Text Example


Text Example

White with #7087DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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