Html Css Color HEX #409FCA Viking

📋 copy color: '#409FCA'

red 64 ◦ green 159 ◦ blue 202

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

Shades of Viking #409FCA

Tints of Viking #409FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.53%

R = 15.06%
G = 37.41%
B = 47.53%

CMYK

 C value IS 0.68

 M value IS 0.21

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#409FCA (or 0x409FCA) is known color: Viking. HEX triplet: 40, 9F and CA. RGB value is (64,159,202). Sum of RGB (Red+Green+Blue) = 64+159+202=425 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.06% from 425); Green value is 159 (62.5% from 255 or 37.41% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 202 - color contains mainly: blue. Hex color #409FCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409FCA is #BF6035. Grayscale: #878787. Windows color (decimal): -12542006 or 13279040. OLE color: 13279040.

HSL color Cylindrical-coordinate representation of color #409FCA: hue angle of 198.7º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #409FCA is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 64 159 202 -
CMYK 0.68 0.21 0 0.21
HSL 198.7º 0.57% 0.52% -
HSV(B) 198.7º 0.68% 0.79% -
XYZ 25.17 30.15 60.37 -
YUV 135.5 165.53 77 -
System Red Green Blue C M Y K H S L
Decimal 64 159 202 0.68 0.21 0 0.21 198.7 0.57 0.52
Hex 40 9F CA 44 15 0 15 C7 39 34
Octal 100 237 312 104 25 0 25 307 71 64
Binary 1000000 10011111 11001010 1000100 10101 0 10101 11000111 111001 110100

Color Harmonies of #409FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409FCA

Black with #409FCA

Text Example


Text Example

White with #409FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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