Html Css Color HEX #7295DE Cornflower Blue

📋 copy color: '#7295DE'

red 114 ◦ green 149 ◦ blue 222

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

Shades of Cornflower Blue #7295DE

Tints of Cornflower Blue #7295DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.77%

R = 23.51%
G = 30.72%
B = 45.77%

CMYK

 C value IS 0.49

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7295DE (or 0x7295DE) is known color: Cornflower Blue. HEX triplet: 72, 95 and DE. RGB value is (114,149,222). Sum of RGB (Red+Green+Blue) = 114+149+222=485 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.51% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 222 (87.11% from 255 or 45.77% from 485); Max value from RGB is 222 - color contains mainly: blue. Hex color #7295DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7295DE is #8D6A21. Grayscale: #929292. Windows color (decimal): -9267746 or 14587250. OLE color: 14587250.

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

Color convert

RGB 114 149 222 -
CMYK 0.49 0.33 0 0.13
HSL 220.56º 0.62% 0.66% -
HSV(B) 220.56º 0.49% 0.87% -
XYZ 30.87 30.35 73.34 -
YUV 146.86 170.4 104.56 -
System Red Green Blue C M Y K H S L
Decimal 114 149 222 0.49 0.33 0 0.13 220.56 0.62 0.66
Hex 72 95 DE 31 21 0 D DD 3E 42
Octal 162 225 336 61 41 0 15 335 76 102
Binary 1110010 10010101 11011110 110001 100001 0 1101 11011101 111110 1000010

Color Harmonies of #7295DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7295DE

Black with #7295DE

Text Example


Text Example

White with #7295DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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