Html Css Color HEX #429FCE Viking

📋 copy color: '#429FCE'

red 66 ◦ green 159 ◦ blue 206

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

Shades of Viking #429FCE

Tints of Viking #429FCE

RGB

 RED value IS 66 (26.17% from 255) = 15.31%

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

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

R = 15.31%
G = 36.89%
B = 47.8%

CMYK

 C value IS 0.68

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#429FCE (or 0x429FCE) is known color: Viking. HEX triplet: 42, 9F and CE. RGB value is (66,159,206). Sum of RGB (Red+Green+Blue) = 66+159+206=431 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.31% from 431); Green value is 159 (62.5% from 255 or 36.89% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #429FCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429FCE is #BD6031. Grayscale: #888888. Windows color (decimal): -12410930 or 13541186. OLE color: 13541186.

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

Color convert

RGB 66 159 206 -
CMYK 0.68 0.23 0 0.19
HSL 200.14º 0.59% 0.53% -
HSV(B) 200.14º 0.68% 0.81% -
XYZ 25.79 30.41 62.9 -
YUV 136.55 167.19 77.68 -
System Red Green Blue C M Y K H S L
Decimal 66 159 206 0.68 0.23 0 0.19 200.14 0.59 0.53
Hex 42 9F CE 44 17 0 13 C8 3B 35
Octal 102 237 316 104 27 0 23 310 73 65
Binary 1000010 10011111 11001110 1000100 10111 0 10011 11001000 111011 110101

Color Harmonies of #429FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429FCE

Black with #429FCE

Text Example


Text Example

White with #429FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429FCE; }

 p { color: rgb(66,159,206); }

 H1.HeaderClassName
 {
   color: #429FCE;
 }
 .AnyTagClassName
 {
   color: #429FCE;
 }
</style>

background-color css

<style>
 a { background-color: #429FCE; }

 a { background-color: rgb(66,159,206); }

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

border-color css

<style>
 span { border-color: #429FCE; }

 span { border-color: rgb(66,159,206); }

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