Html Css Color HEX #7096FE Cornflower Blue

📋 copy color: '#7096FE'

red 112 ◦ green 150 ◦ blue 254

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

Shades of Cornflower Blue #7096FE

Tints of Cornflower Blue #7096FE

RGB

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

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

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

R = 21.71%
G = 29.07%
B = 49.22%

CMYK

 C value IS 0.56

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7096FE (or 0x7096FE) is known color: Cornflower Blue. HEX triplet: 70, 96 and FE. RGB value is (112,150,254). Sum of RGB (Red+Green+Blue) = 112+150+254=516 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.71% from 516); Green value is 150 (58.98% from 255 or 29.07% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #7096FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7096FE is #8F6901. Grayscale: #969696. Windows color (decimal): -9398530 or 16684656. OLE color: 16684656.

HSL color Cylindrical-coordinate representation of color #7096FE: hue angle of 223.94º 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 #7096FE is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 112 150 254 -
CMYK 0.56 0.41 0 0.00
HSL 223.94º 0.99% 0.72% -
HSV(B) 223.94º 0.56% 1% -
XYZ 35.48 32.41 98.15 -
YUV 150.49 186.41 100.54 -
System Red Green Blue C M Y K H S L
Decimal 112 150 254 0.56 0.41 0 0.00 223.94 0.99 0.72
Hex 70 96 FE 38 29 0 0 E0 63 48
Octal 160 226 376 70 51 0 0 340 143 110
Binary 1110000 10010110 11111110 111000 101001 0 0 11100000 1100011 1001000

Color Harmonies of #7096FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7096FE

Black with #7096FE

Text Example


Text Example

White with #7096FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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