Html Css Color HEX #7495CF Wild Blue Yonder

📋 copy color: '#7495CF'

red 116 ◦ green 149 ◦ blue 207

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

Shades of Wild Blue Yonder #7495CF

Tints of Wild Blue Yonder #7495CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.86%

R = 24.58%
G = 31.57%
B = 43.86%

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

#7495CF (or 0x7495CF) is known color: Wild Blue Yonder. HEX triplet: 74, 95 and CF. RGB value is (116,149,207). Sum of RGB (Red+Green+Blue) = 116+149+207=472 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.58% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #7495CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7495CF is #8B6A30. Grayscale: #919191. Windows color (decimal): -9136689 or 13604212. OLE color: 13604212.

HSL color Cylindrical-coordinate representation of color #7495CF: hue angle of 218.24º degrees, saturation: 0.49, 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 #7495CF is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 149 207 -
CMYK 0.44 0.28 0 0.19
HSL 218.24º 0.49% 0.63% -
HSV(B) 218.24º 0.44% 0.81% -
XYZ 29.21 29.71 63.23 -
YUV 145.75 162.57 106.78 -
System Red Green Blue C M Y K H S L
Decimal 116 149 207 0.44 0.28 0 0.19 218.24 0.49 0.63
Hex 74 95 CF 2C 1C 0 13 DA 31 3F
Octal 164 225 317 54 34 0 23 332 61 77
Binary 1110100 10010101 11001111 101100 11100 0 10011 11011010 110001 111111

Color Harmonies of #7495CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7495CF

Black with #7495CF

Text Example


Text Example

White with #7495CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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