Html Css Color HEX #7292DC Cornflower Blue

📋 copy color: '#7292DC'

red 114 ◦ green 146 ◦ blue 220

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

Shades of Cornflower Blue #7292DC

Tints of Cornflower Blue #7292DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.83%

R = 23.75%
G = 30.42%
B = 45.83%

CMYK

 C value IS 0.48

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7292DC (or 0x7292DC) is known color: Cornflower Blue. HEX triplet: 72, 92 and DC. RGB value is (114,146,220). Sum of RGB (Red+Green+Blue) = 114+146+220=480 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.75% from 480); Green value is 146 (57.42% from 255 or 30.42% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #7292DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7292DC is #8D6D23. Grayscale: #909090. Windows color (decimal): -9268516 or 14455410. OLE color: 14455410.

HSL color Cylindrical-coordinate representation of color #7292DC: hue angle of 221.89º degrees, saturation: 0.6, 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 #7292DC is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 146 220 -
CMYK 0.48 0.34 0 0.14
HSL 221.89º 0.6% 0.65% -
HSV(B) 221.89º 0.48% 0.86% -
XYZ 30.14 29.3 71.78 -
YUV 144.87 170.4 105.98 -
System Red Green Blue C M Y K H S L
Decimal 114 146 220 0.48 0.34 0 0.14 221.89 0.6 0.65
Hex 72 92 DC 30 22 0 E DE 3C 41
Octal 162 222 334 60 42 0 16 336 74 101
Binary 1110010 10010010 11011100 110000 100010 0 1110 11011110 111100 1000001

Color Harmonies of #7292DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7292DC

Black with #7292DC

Text Example


Text Example

White with #7292DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7292DC; }

 p { color: rgb(114,146,220); }

 H1.HeaderClassName
 {
   color: #7292DC;
 }
 .AnyTagClassName
 {
   color: #7292DC;
 }
</style>

background-color css

<style>
 a { background-color: #7292DC; }

 a { background-color: rgb(114,146,220); }

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

border-color css

<style>
 span { border-color: #7292DC; }

 span { border-color: rgb(114,146,220); }

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