Html Css Color HEX #7295CE Wild Blue Yonder

📋 copy color: '#7295CE'

red 114 ◦ green 149 ◦ blue 206

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

Shades of Wild Blue Yonder #7295CE

Tints of Wild Blue Yonder #7295CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.92%

R = 24.31%
G = 31.77%
B = 43.92%

CMYK

 C value IS 0.45

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7295CE (or 0x7295CE) is known color: Wild Blue Yonder. HEX triplet: 72, 95 and CE. RGB value is (114,149,206). Sum of RGB (Red+Green+Blue) = 114+149+206=469 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.31% from 469); Green value is 149 (58.59% from 255 or 31.77% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #7295CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7295CE is #8D6A31. Grayscale: #909090. Windows color (decimal): -9267762 or 13538674. OLE color: 13538674.

HSL color Cylindrical-coordinate representation of color #7295CE: hue angle of 217.17º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7295CE is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 149 206 -
CMYK 0.45 0.28 0 0.19
HSL 217.17º 0.48% 0.63% -
HSV(B) 217.17º 0.45% 0.81% -
XYZ 28.83 29.53 62.57 -
YUV 145.03 162.4 105.87 -
System Red Green Blue C M Y K H S L
Decimal 114 149 206 0.45 0.28 0 0.19 217.17 0.48 0.63
Hex 72 95 CE 2D 1C 0 13 D9 30 3F
Octal 162 225 316 55 34 0 23 331 60 77
Binary 1110010 10010101 11001110 101101 11100 0 10011 11011001 110000 111111

Color Harmonies of #7295CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7295CE

Black with #7295CE

Text Example


Text Example

White with #7295CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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