Html Css Color HEX #7088F1 Cornflower Blue

📋 copy color: '#7088F1'

red 112 ◦ green 136 ◦ blue 241

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

Shades of Cornflower Blue #7088F1

Tints of Cornflower Blue #7088F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 49.28%

R = 22.9%
G = 27.81%
B = 49.28%

CMYK

 C value IS 0.54

 M value IS 0.44

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7088F1 (or 0x7088F1) is known color: Cornflower Blue. HEX triplet: 70, 88 and F1. RGB value is (112,136,241). Sum of RGB (Red+Green+Blue) = 112+136+241=489 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.90% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 241 (94.53% from 255 or 49.28% from 489); Max value from RGB is 241 - color contains mainly: blue. Hex color #7088F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7088F1 is #8F770E. Grayscale: #8C8C8C. Windows color (decimal): -9402127 or 15829104. OLE color: 15829104.

HSL color Cylindrical-coordinate representation of color #7088F1: hue angle of 228.84º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7088F1 is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 112 136 241 -
CMYK 0.54 0.44 0 0.05
HSL 228.84º 0.82% 0.69% -
HSV(B) 228.84º 0.54% 0.95% -
XYZ 31.36 27.4 86.86 -
YUV 140.79 184.55 107.46 -
System Red Green Blue C M Y K H S L
Decimal 112 136 241 0.54 0.44 0 0.05 228.84 0.82 0.69
Hex 70 88 F1 36 2C 0 5 E5 52 45
Octal 160 210 361 66 54 0 5 345 122 105
Binary 1110000 10001000 11110001 110110 101100 0 101 11100101 1010010 1000101

Color Harmonies of #7088F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7088F1

Black with #7088F1

Text Example


Text Example

White with #7088F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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