Html Css Color HEX #7088FF Cornflower Blue

📋 copy color: '#7088FF'

red 112 ◦ green 136 ◦ blue 255

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

Shades of Cornflower Blue #7088FF

Tints of Cornflower Blue #7088FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.7%

R = 22.27%
G = 27.04%
B = 50.7%

CMYK

 C value IS 0.56

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7088FF (or 0x7088FF) is known color: Cornflower Blue. HEX triplet: 70, 88 and FF. RGB value is (112,136,255). Sum of RGB (Red+Green+Blue) = 112+136+255=503 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.27% from 503); Green value is 136 (53.52% from 255 or 27.04% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #7088FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7088FF is #8F7700. Grayscale: #8D8D8D. Windows color (decimal): -9402113 or 16746608. OLE color: 16746608.

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

Color convert

RGB 112 136 255 -
CMYK 0.56 0.47 0 0
HSL 229.93º 1% 0.72% -
HSV(B) 229.93º 0.56% 1% -
XYZ 33.54 28.27 98.3 -
YUV 142.39 191.55 106.32 -
System Red Green Blue C M Y K H S L
Decimal 112 136 255 0.56 0.47 0 0 229.93 1 0.72
Hex 70 88 FF 38 2F 0 0 E6 64 48
Octal 160 210 377 70 57 0 0 346 144 110
Binary 1110000 10001000 11111111 111000 101111 0 0 11100110 1100100 1001000

Color Harmonies of #7088FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7088FF

Black with #7088FF

Text Example


Text Example

White with #7088FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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