Html Css Color HEX #7292D8 Cornflower Blue

📋 copy color: '#7292D8'

red 114 ◦ green 146 ◦ blue 216

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

Shades of Cornflower Blue #7292D8

Tints of Cornflower Blue #7292D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 45.38%

R = 23.95%
G = 30.67%
B = 45.38%

CMYK

 C value IS 0.47

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7292D8 (or 0x7292D8) is known color: Cornflower Blue. HEX triplet: 72, 92 and D8. RGB value is (114,146,216). Sum of RGB (Red+Green+Blue) = 114+146+216=476 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.95% from 476); Green value is 146 (57.42% from 255 or 30.67% from 476); Blue value is 216 (84.77% from 255 or 45.38% from 476); Max value from RGB is 216 - color contains mainly: blue. Hex color #7292D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7292D8 is #8D6D27. Grayscale: #909090. Windows color (decimal): -9268520 or 14193266. OLE color: 14193266.

HSL color Cylindrical-coordinate representation of color #7292D8: hue angle of 221.18º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7292D8 is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 114 146 216 -
CMYK 0.47 0.32 0 0.15
HSL 221.18º 0.57% 0.65% -
HSV(B) 221.18º 0.47% 0.85% -
XYZ 29.61 29.09 69.02 -
YUV 144.41 168.4 106.31 -
System Red Green Blue C M Y K H S L
Decimal 114 146 216 0.47 0.32 0 0.15 221.18 0.57 0.65
Hex 72 92 D8 2F 20 0 F DD 39 41
Octal 162 222 330 57 40 0 17 335 71 101
Binary 1110010 10010010 11011000 101111 100000 0 1111 11011101 111001 1000001

Color Harmonies of #7292D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7292D8

Black with #7292D8

Text Example


Text Example

White with #7292D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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