Html Css Color HEX #7088FE Cornflower Blue

📋 copy color: '#7088FE'

red 112 ◦ green 136 ◦ blue 254

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

Shades of Cornflower Blue #7088FE

Tints of Cornflower Blue #7088FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.6%

R = 22.31%
G = 27.09%
B = 50.6%

CMYK

 C value IS 0.56

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7088FE (or 0x7088FE) is known color: Cornflower Blue. HEX triplet: 70, 88 and FE. RGB value is (112,136,254). Sum of RGB (Red+Green+Blue) = 112+136+254=502 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.31% from 502); Green value is 136 (53.52% from 255 or 27.09% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #7088FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7088FE is #8F7701. Grayscale: #8D8D8D. Windows color (decimal): -9402114 or 16681072. OLE color: 16681072.

HSL color Cylindrical-coordinate representation of color #7088FE: hue angle of 229.86º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7088FE is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 112 136 254 -
CMYK 0.56 0.46 0 0.00
HSL 229.86º 0.99% 0.72% -
HSV(B) 229.86º 0.56% 1% -
XYZ 33.38 28.21 97.45 -
YUV 142.28 191.05 106.41 -
System Red Green Blue C M Y K H S L
Decimal 112 136 254 0.56 0.46 0 0.00 229.86 0.99 0.72
Hex 70 88 FE 38 2E 0 0 E6 63 48
Octal 160 210 376 70 56 0 0 346 143 110
Binary 1110000 10001000 11111110 111000 101110 0 0 11100110 1100011 1001000

Color Harmonies of #7088FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7088FE

Black with #7088FE

Text Example


Text Example

White with #7088FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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