Html Css Color HEX #7297DB Cornflower Blue

📋 copy color: '#7297DB'

red 114 ◦ green 151 ◦ blue 219

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

Shades of Cornflower Blue #7297DB

Tints of Cornflower Blue #7297DB

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.2%

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

R = 23.55%
G = 31.2%
B = 45.25%

CMYK

 C value IS 0.48

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7297DB (or 0x7297DB) is known color: Cornflower Blue. HEX triplet: 72, 97 and DB. RGB value is (114,151,219). Sum of RGB (Red+Green+Blue) = 114+151+219=484 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.55% from 484); Green value is 151 (59.38% from 255 or 31.20% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #7297DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7297DB is #8D6824. Grayscale: #939393. Windows color (decimal): -9267237 or 14391154. OLE color: 14391154.

HSL color Cylindrical-coordinate representation of color #7297DB: hue angle of 218.86º 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 #7297DB is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 151 219 -
CMYK 0.48 0.31 0 0.14
HSL 218.86º 0.59% 0.65% -
HSV(B) 218.86º 0.48% 0.86% -
XYZ 30.79 30.83 71.34 -
YUV 147.69 168.24 103.97 -
System Red Green Blue C M Y K H S L
Decimal 114 151 219 0.48 0.31 0 0.14 218.86 0.59 0.65
Hex 72 97 DB 30 1F 0 E DB 3B 41
Octal 162 227 333 60 37 0 16 333 73 101
Binary 1110010 10010111 11011011 110000 11111 0 1110 11011011 111011 1000001

Color Harmonies of #7297DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7297DB

Black with #7297DB

Text Example


Text Example

White with #7297DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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