Html Css Color HEX #7492DB Cornflower Blue

📋 copy color: '#7492DB'

red 116 ◦ green 146 ◦ blue 219

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

Shades of Cornflower Blue #7492DB

Tints of Cornflower Blue #7492DB

RGB

 RED value IS 116 (45.7% from 255) = 24.12%

 GREEN value IS 146 (57.42% from 255) = 30.35%

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

R = 24.12%
G = 30.35%
B = 45.53%

CMYK

 C value IS 0.47

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7492DB (or 0x7492DB) is known color: Cornflower Blue. HEX triplet: 74, 92 and DB. RGB value is (116,146,219). Sum of RGB (Red+Green+Blue) = 116+146+219=481 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.12% from 481); Green value is 146 (57.42% from 255 or 30.35% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #7492DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7492DB is #8B6D24. Grayscale: #919191. Windows color (decimal): -9137445 or 14389876. OLE color: 14389876.

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

Color convert

RGB 116 146 219 -
CMYK 0.47 0.33 0 0.14
HSL 222.52º 0.59% 0.66% -
HSV(B) 222.52º 0.47% 0.86% -
XYZ 30.27 29.39 71.09 -
YUV 145.35 169.56 107.06 -
System Red Green Blue C M Y K H S L
Decimal 116 146 219 0.47 0.33 0 0.14 222.52 0.59 0.66
Hex 74 92 DB 2F 21 0 E DF 3B 42
Octal 164 222 333 57 41 0 16 337 73 102
Binary 1110100 10010010 11011011 101111 100001 0 1110 11011111 111011 1000010

Color Harmonies of #7492DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7492DB

Black with #7492DB

Text Example


Text Example

White with #7492DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,146,219); }

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

background-color css

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

 a { background-color: rgb(116,146,219); }

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

border-color css

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

 span { border-color: rgb(116,146,219); }

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