Html Css Color HEX #7096FC Cornflower Blue

📋 copy color: '#7096FC'

red 112 ◦ green 150 ◦ blue 252

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

Shades of Cornflower Blue #7096FC

Tints of Cornflower Blue #7096FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.03%

R = 21.79%
G = 29.18%
B = 49.03%

CMYK

 C value IS 0.56

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7096FC (or 0x7096FC) is known color: Cornflower Blue. HEX triplet: 70, 96 and FC. RGB value is (112,150,252). Sum of RGB (Red+Green+Blue) = 112+150+252=514 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.79% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #7096FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7096FC is #8F6903. Grayscale: #959595. Windows color (decimal): -9398532 or 16553584. OLE color: 16553584.

HSL color Cylindrical-coordinate representation of color #7096FC: hue angle of 223.71º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7096FC is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 112 150 252 -
CMYK 0.56 0.40 0 0.01
HSL 223.71º 0.96% 0.71% -
HSV(B) 223.71º 0.56% 0.99% -
XYZ 35.16 32.29 96.47 -
YUV 150.27 185.41 100.71 -
System Red Green Blue C M Y K H S L
Decimal 112 150 252 0.56 0.40 0 0.01 223.71 0.96 0.71
Hex 70 96 FC 38 28 0 1 E0 60 47
Octal 160 226 374 70 50 0 1 340 140 107
Binary 1110000 10010110 11111100 111000 101000 0 1 11100000 1100000 1000111

Color Harmonies of #7096FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7096FC

Black with #7096FC

Text Example


Text Example

White with #7096FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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