Html Css Color HEX #40A5CE Viking

📋 copy color: '#40A5CE'

red 64 ◦ green 165 ◦ blue 206

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

Shades of Viking #40A5CE

Tints of Viking #40A5CE

RGB

 RED value IS 64 (25.39% from 255) = 14.71%

 GREEN value IS 165 (64.84% from 255) = 37.93%

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

R = 14.71%
G = 37.93%
B = 47.36%

CMYK

 C value IS 0.69

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#40A5CE (or 0x40A5CE) is known color: Viking. HEX triplet: 40, A5 and CE. RGB value is (64,165,206). Sum of RGB (Red+Green+Blue) = 64+165+206=435 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.71% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #40A5CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40A5CE is #BF5A31. Grayscale: #8B8B8B. Windows color (decimal): -12540466 or 13542720. OLE color: 13542720.

HSL color Cylindrical-coordinate representation of color #40A5CE: hue angle of 197.32º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40A5CE is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 165 206 -
CMYK 0.69 0.20 0 0.19
HSL 197.32º 0.59% 0.53% -
HSV(B) 197.32º 0.69% 0.81% -
XYZ 26.71 32.46 63.25 -
YUV 139.48 165.54 74.17 -
System Red Green Blue C M Y K H S L
Decimal 64 165 206 0.69 0.20 0 0.19 197.32 0.59 0.53
Hex 40 A5 CE 45 14 0 13 C5 3B 35
Octal 100 245 316 105 24 0 23 305 73 65
Binary 1000000 10100101 11001110 1000101 10100 0 10011 11000101 111011 110101

Color Harmonies of #40A5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A5CE

Black with #40A5CE

Text Example


Text Example

White with #40A5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40A5CE; }

 p { color: rgb(64,165,206); }

 H1.HeaderClassName
 {
   color: #40A5CE;
 }
 .AnyTagClassName
 {
   color: #40A5CE;
 }
</style>

background-color css

<style>
 a { background-color: #40A5CE; }

 a { background-color: rgb(64,165,206); }

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

border-color css

<style>
 span { border-color: #40A5CE; }

 span { border-color: rgb(64,165,206); }

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