Html Css Color HEX #429DC8 Viking

📋 copy color: '#429DC8'

red 66 ◦ green 157 ◦ blue 200

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

Shades of Viking #429DC8

Tints of Viking #429DC8

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.12%

 BLUE value IS 200 (78.52% from 255) = 47.28%

R = 15.6%
G = 37.12%
B = 47.28%

CMYK

 C value IS 0.67

 M value IS 0.22

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#429DC8 (or 0x429DC8) is known color: Viking. HEX triplet: 42, 9D and C8. RGB value is (66,157,200). Sum of RGB (Red+Green+Blue) = 66+157+200=423 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.60% from 423); Green value is 157 (61.72% from 255 or 37.12% from 423); Blue value is 200 (78.52% from 255 or 47.28% from 423); Max value from RGB is 200 - color contains mainly: blue. Hex color #429DC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429DC8 is #BD6237. Grayscale: #868686. Windows color (decimal): -12411448 or 13147458. OLE color: 13147458.

HSL color Cylindrical-coordinate representation of color #429DC8: hue angle of 199.25º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #429DC8 is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 66 157 200 -
CMYK 0.67 0.22 0 0.22
HSL 199.25º 0.55% 0.52% -
HSV(B) 199.25º 0.67% 0.78% -
XYZ 24.73 29.44 59.02 -
YUV 134.69 164.85 79 -
System Red Green Blue C M Y K H S L
Decimal 66 157 200 0.67 0.22 0 0.22 199.25 0.55 0.52
Hex 42 9D C8 43 16 0 16 C7 37 34
Octal 102 235 310 103 26 0 26 307 67 64
Binary 1000010 10011101 11001000 1000011 10110 0 10110 11000111 110111 110100

Color Harmonies of #429DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429DC8

Black with #429DC8

Text Example


Text Example

White with #429DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,157,200); }

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

background-color css

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

 a { background-color: rgb(66,157,200); }

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

border-color css

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

 span { border-color: rgb(66,157,200); }

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