Html Css Color HEX #7296DB Cornflower Blue

📋 copy color: '#7296DB'

red 114 ◦ green 150 ◦ blue 219

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

Shades of Cornflower Blue #7296DB

Tints of Cornflower Blue #7296DB

RGB

 RED value IS 114 (44.92% from 255) = 23.6%

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

 BLUE value IS 219 (85.94% from 255) = 45.34%

R = 23.6%
G = 31.06%
B = 45.34%

CMYK

 C value IS 0.48

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7296DB (or 0x7296DB) is known color: Cornflower Blue. HEX triplet: 72, 96 and DB. RGB value is (114,150,219). Sum of RGB (Red+Green+Blue) = 114+150+219=483 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.60% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #7296DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7296DB is #8D6924. Grayscale: #929292. Windows color (decimal): -9267493 or 14390898. OLE color: 14390898.

HSL color Cylindrical-coordinate representation of color #7296DB: hue angle of 219.43º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7296DB is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 150 219 -
CMYK 0.48 0.32 0 0.14
HSL 219.43º 0.59% 0.65% -
HSV(B) 219.43º 0.48% 0.86% -
XYZ 30.63 30.5 71.29 -
YUV 147.1 168.57 104.39 -
System Red Green Blue C M Y K H S L
Decimal 114 150 219 0.48 0.32 0 0.14 219.43 0.59 0.65
Hex 72 96 DB 30 20 0 E DB 3B 41
Octal 162 226 333 60 40 0 16 333 73 101
Binary 1110010 10010110 11011011 110000 100000 0 1110 11011011 111011 1000001

Color Harmonies of #7296DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7296DB

Black with #7296DB

Text Example


Text Example

White with #7296DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7296DB; }

 p { color: rgb(114,150,219); }

 H1.HeaderClassName
 {
   color: #7296DB;
 }
 .AnyTagClassName
 {
   color: #7296DB;
 }
</style>

background-color css

<style>
 a { background-color: #7296DB; }

 a { background-color: rgb(114,150,219); }

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

border-color css

<style>
 span { border-color: #7296DB; }

 span { border-color: rgb(114,150,219); }

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