Html Css Color HEX #7289DB Cornflower Blue

📋 copy color: '#7289DB'

red 114 ◦ green 137 ◦ blue 219

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

Shades of Cornflower Blue #7289DB

Tints of Cornflower Blue #7289DB

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.15%

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

R = 24.26%
G = 29.15%
B = 46.6%

CMYK

 C value IS 0.48

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7289DB (or 0x7289DB) is known color: Cornflower Blue. HEX triplet: 72, 89 and DB. RGB value is (114,137,219). Sum of RGB (Red+Green+Blue) = 114+137+219=470 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.26% from 470); Green value is 137 (53.91% from 255 or 29.15% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #7289DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7289DB is #8D7624. Grayscale: #8B8B8B. Windows color (decimal): -9270821 or 14387570. OLE color: 14387570.

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

Color convert

RGB 114 137 219 -
CMYK 0.48 0.37 0 0.14
HSL 226.86º 0.59% 0.65% -
HSV(B) 226.86º 0.48% 0.86% -
XYZ 28.67 26.58 70.64 -
YUV 139.47 172.88 109.83 -
System Red Green Blue C M Y K H S L
Decimal 114 137 219 0.48 0.37 0 0.14 226.86 0.59 0.65
Hex 72 89 DB 30 25 0 E E3 3B 41
Octal 162 211 333 60 45 0 16 343 73 101
Binary 1110010 10001001 11011011 110000 100101 0 1110 11100011 111011 1000001

Color Harmonies of #7289DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7289DB

Black with #7289DB

Text Example


Text Example

White with #7289DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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