Html Css Color HEX #7295DD Cornflower Blue

📋 copy color: '#7295DD'

red 114 ◦ green 149 ◦ blue 221

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

Shades of Cornflower Blue #7295DD

Tints of Cornflower Blue #7295DD

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.79%

 BLUE value IS 221 (86.72% from 255) = 45.66%

R = 23.55%
G = 30.79%
B = 45.66%

CMYK

 C value IS 0.48

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7295DD (or 0x7295DD) is known color: Cornflower Blue. HEX triplet: 72, 95 and DD. RGB value is (114,149,221). Sum of RGB (Red+Green+Blue) = 114+149+221=484 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.55% from 484); Green value is 149 (58.59% from 255 or 30.79% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #7295DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7295DD is #8D6A22. Grayscale: #929292. Windows color (decimal): -9267747 or 14521714. OLE color: 14521714.

HSL color Cylindrical-coordinate representation of color #7295DD: hue angle of 220.37º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7295DD is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 149 221 -
CMYK 0.48 0.33 0 0.13
HSL 220.37º 0.61% 0.66% -
HSV(B) 220.37º 0.48% 0.87% -
XYZ 30.74 30.29 72.63 -
YUV 146.74 169.9 104.65 -
System Red Green Blue C M Y K H S L
Decimal 114 149 221 0.48 0.33 0 0.13 220.37 0.61 0.66
Hex 72 95 DD 30 21 0 D DC 3D 42
Octal 162 225 335 60 41 0 15 334 75 102
Binary 1110010 10010101 11011101 110000 100001 0 1101 11011100 111101 1000010

Color Harmonies of #7295DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7295DD

Black with #7295DD

Text Example


Text Example

White with #7295DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7295DD; }

 p { color: rgb(114,149,221); }

 H1.HeaderClassName
 {
   color: #7295DD;
 }
 .AnyTagClassName
 {
   color: #7295DD;
 }
</style>

background-color css

<style>
 a { background-color: #7295DD; }

 a { background-color: rgb(114,149,221); }

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

border-color css

<style>
 span { border-color: #7295DD; }

 span { border-color: rgb(114,149,221); }

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