Html Css Color HEX #7495CE Wild Blue Yonder

📋 copy color: '#7495CE'

red 116 ◦ green 149 ◦ blue 206

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

Shades of Wild Blue Yonder #7495CE

Tints of Wild Blue Yonder #7495CE

RGB

 RED value IS 116 (45.7% from 255) = 24.63%

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

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

R = 24.63%
G = 31.63%
B = 43.74%

CMYK

 C value IS 0.44

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7495CE (or 0x7495CE) is known color: Wild Blue Yonder. HEX triplet: 74, 95 and CE. RGB value is (116,149,206). Sum of RGB (Red+Green+Blue) = 116+149+206=471 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.63% from 471); Green value is 149 (58.59% from 255 or 31.63% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #7495CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7495CE is #8B6A31. Grayscale: #919191. Windows color (decimal): -9136690 or 13538676. OLE color: 13538676.

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

Color convert

RGB 116 149 206 -
CMYK 0.44 0.28 0 0.19
HSL 218º 0.48% 0.63% -
HSV(B) 218º 0.44% 0.81% -
XYZ 29.09 29.66 62.59 -
YUV 145.63 162.07 106.87 -
System Red Green Blue C M Y K H S L
Decimal 116 149 206 0.44 0.28 0 0.19 218 0.48 0.63
Hex 74 95 CE 2C 1C 0 13 DA 30 3F
Octal 164 225 316 54 34 0 23 332 60 77
Binary 1110100 10010101 11001110 101100 11100 0 10011 11011010 110000 111111

Color Harmonies of #7495CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7495CE

Black with #7495CE

Text Example


Text Example

White with #7495CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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