Html Css Color HEX #7088DA Cornflower Blue

📋 copy color: '#7088DA'

red 112 ◦ green 136 ◦ blue 218

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

Shades of Cornflower Blue #7088DA

Tints of Cornflower Blue #7088DA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.18%

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

R = 24.03%
G = 29.18%
B = 46.78%

CMYK

 C value IS 0.49

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7088DA (or 0x7088DA) is known color: Cornflower Blue. HEX triplet: 70, 88 and DA. RGB value is (112,136,218). Sum of RGB (Red+Green+Blue) = 112+136+218=466 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.03% from 466); Green value is 136 (53.52% from 255 or 29.18% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: blue. Hex color #7088DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7088DA is #8F7725. Grayscale: #898989. Windows color (decimal): -9402150 or 14321776. OLE color: 14321776.

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

Color convert

RGB 112 136 218 -
CMYK 0.49 0.38 0 0.15
HSL 226.42º 0.59% 0.65% -
HSV(B) 226.42º 0.49% 0.85% -
XYZ 28.14 26.12 69.89 -
YUV 138.17 173.05 109.33 -
System Red Green Blue C M Y K H S L
Decimal 112 136 218 0.49 0.38 0 0.15 226.42 0.59 0.65
Hex 70 88 DA 31 26 0 F E2 3B 41
Octal 160 210 332 61 46 0 17 342 73 101
Binary 1110000 10001000 11011010 110001 100110 0 1111 11100010 111011 1000001

Color Harmonies of #7088DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7088DA

Black with #7088DA

Text Example


Text Example

White with #7088DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7088DA; }

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

 H1.HeaderClassName
 {
   color: #7088DA;
 }
 .AnyTagClassName
 {
   color: #7088DA;
 }
</style>

background-color css

<style>
 a { background-color: #7088DA; }

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

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

border-color css

<style>
 span { border-color: #7088DA; }

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

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