Html Css Color HEX #7288DB Cornflower Blue

📋 copy color: '#7288DB'

red 114 ◦ green 136 ◦ blue 219

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

Shades of Cornflower Blue #7288DB

Tints of Cornflower Blue #7288DB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29%

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

R = 24.31%
G = 29%
B = 46.7%

CMYK

 C value IS 0.48

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7288DB (or 0x7288DB) is known color: Cornflower Blue. HEX triplet: 72, 88 and DB. RGB value is (114,136,219). Sum of RGB (Red+Green+Blue) = 114+136+219=469 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.31% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #7288DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7288DB is #8D7724. Grayscale: #8A8A8A. Windows color (decimal): -9271077 or 14387314. OLE color: 14387314.

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

Color convert

RGB 114 136 219 -
CMYK 0.48 0.38 0 0.14
HSL 227.43º 0.59% 0.65% -
HSV(B) 227.43º 0.48% 0.86% -
XYZ 28.53 26.3 70.59 -
YUV 138.88 173.21 110.25 -
System Red Green Blue C M Y K H S L
Decimal 114 136 219 0.48 0.38 0 0.14 227.43 0.59 0.65
Hex 72 88 DB 30 26 0 E E3 3B 41
Octal 162 210 333 60 46 0 16 343 73 101
Binary 1110010 10001000 11011011 110000 100110 0 1110 11100011 111011 1000001

Color Harmonies of #7288DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7288DB

Black with #7288DB

Text Example


Text Example

White with #7288DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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