Html Css Color HEX #7096F0 Cornflower Blue

📋 copy color: '#7096F0'

red 112 ◦ green 150 ◦ blue 240

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

Shades of Cornflower Blue #7096F0

Tints of Cornflower Blue #7096F0

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.88%

 BLUE value IS 240 (94.14% from 255) = 47.81%

R = 22.31%
G = 29.88%
B = 47.81%

CMYK

 C value IS 0.53

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7096F0 (or 0x7096F0) is known color: Cornflower Blue. HEX triplet: 70, 96 and F0. RGB value is (112,150,240). Sum of RGB (Red+Green+Blue) = 112+150+240=502 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.31% from 502); Green value is 150 (58.98% from 255 or 29.88% from 502); Blue value is 240 (94.14% from 255 or 47.81% from 502); Max value from RGB is 240 - color contains mainly: blue. Hex color #7096F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7096F0 is #8F690F. Grayscale: #949494. Windows color (decimal): -9398544 or 15767152. OLE color: 15767152.

HSL color Cylindrical-coordinate representation of color #7096F0: hue angle of 222.19º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7096F0 is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 150 240 -
CMYK 0.53 0.37 0 0.06
HSL 222.19º 0.81% 0.69% -
HSV(B) 222.19º 0.53% 0.94% -
XYZ 33.32 31.55 86.77 -
YUV 148.9 179.41 101.68 -
System Red Green Blue C M Y K H S L
Decimal 112 150 240 0.53 0.37 0 0.06 222.19 0.81 0.69
Hex 70 96 F0 35 25 0 6 DE 51 45
Octal 160 226 360 65 45 0 6 336 121 105
Binary 1110000 10010110 11110000 110101 100101 0 110 11011110 1010001 1000101

Color Harmonies of #7096F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7096F0

Black with #7096F0

Text Example


Text Example

White with #7096F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7096F0; }

 p { color: rgb(112,150,240); }

 H1.HeaderClassName
 {
   color: #7096F0;
 }
 .AnyTagClassName
 {
   color: #7096F0;
 }
</style>

background-color css

<style>
 a { background-color: #7096F0; }

 a { background-color: rgb(112,150,240); }

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

border-color css

<style>
 span { border-color: #7096F0; }

 span { border-color: rgb(112,150,240); }

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