Html Css Color HEX #409FCD Viking

📋 copy color: '#409FCD'

red 64 ◦ green 159 ◦ blue 205

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

Shades of Viking #409FCD

Tints of Viking #409FCD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.15%

 BLUE value IS 205 (80.47% from 255) = 47.9%

R = 14.95%
G = 37.15%
B = 47.9%

CMYK

 C value IS 0.69

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#409FCD (or 0x409FCD) is known color: Viking. HEX triplet: 40, 9F and CD. RGB value is (64,159,205). Sum of RGB (Red+Green+Blue) = 64+159+205=428 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.95% from 428); Green value is 159 (62.5% from 255 or 37.15% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #409FCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409FCD is #BF6032. Grayscale: #878787. Windows color (decimal): -12542003 or 13475648. OLE color: 13475648.

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

Color convert

RGB 64 159 205 -
CMYK 0.69 0.22 0 0.20
HSL 199.57º 0.59% 0.53% -
HSV(B) 199.57º 0.69% 0.8% -
XYZ 25.53 30.29 62.26 -
YUV 135.84 167.03 76.76 -
System Red Green Blue C M Y K H S L
Decimal 64 159 205 0.69 0.22 0 0.20 199.57 0.59 0.53
Hex 40 9F CD 45 16 0 14 C8 3B 35
Octal 100 237 315 105 26 0 24 310 73 65
Binary 1000000 10011111 11001101 1000101 10110 0 10100 11001000 111011 110101

Color Harmonies of #409FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409FCD

Black with #409FCD

Text Example


Text Example

White with #409FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409FCD; }

 p { color: rgb(64,159,205); }

 H1.HeaderClassName
 {
   color: #409FCD;
 }
 .AnyTagClassName
 {
   color: #409FCD;
 }
</style>

background-color css

<style>
 a { background-color: #409FCD; }

 a { background-color: rgb(64,159,205); }

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

border-color css

<style>
 span { border-color: #409FCD; }

 span { border-color: rgb(64,159,205); }

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