Html Css Color HEX #7088EB Cornflower Blue

📋 copy color: '#7088EB'

red 112 ◦ green 136 ◦ blue 235

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

Shades of Cornflower Blue #7088EB

Tints of Cornflower Blue #7088EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.65%

R = 23.19%
G = 28.16%
B = 48.65%

CMYK

 C value IS 0.52

 M value IS 0.42

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7088EB (or 0x7088EB) is known color: Cornflower Blue. HEX triplet: 70, 88 and EB. RGB value is (112,136,235). Sum of RGB (Red+Green+Blue) = 112+136+235=483 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.19% from 483); Green value is 136 (53.52% from 255 or 28.16% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #7088EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7088EB is #8F7714. Grayscale: #8B8B8B. Windows color (decimal): -9402133 or 15435888. OLE color: 15435888.

HSL color Cylindrical-coordinate representation of color #7088EB: hue angle of 228.29º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7088EB is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 136 235 -
CMYK 0.52 0.42 0 0.08
HSL 228.29º 0.75% 0.68% -
HSV(B) 228.29º 0.52% 0.92% -
XYZ 30.48 27.05 82.21 -
YUV 140.11 181.55 107.95 -
System Red Green Blue C M Y K H S L
Decimal 112 136 235 0.52 0.42 0 0.08 228.29 0.75 0.68
Hex 70 88 EB 34 2A 0 8 E4 4B 44
Octal 160 210 353 64 52 0 10 344 113 104
Binary 1110000 10001000 11101011 110100 101010 0 1000 11100100 1001011 1000100

Color Harmonies of #7088EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7088EB

Black with #7088EB

Text Example


Text Example

White with #7088EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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