Html Css Color HEX #429DCB Viking

📋 copy color: '#429DCB'

red 66 ◦ green 157 ◦ blue 203

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

Shades of Viking #429DCB

Tints of Viking #429DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.65%

R = 15.49%
G = 36.85%
B = 47.65%

CMYK

 C value IS 0.67

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#429DCB (or 0x429DCB) is known color: Viking. HEX triplet: 42, 9D and CB. RGB value is (66,157,203). Sum of RGB (Red+Green+Blue) = 66+157+203=426 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.49% from 426); Green value is 157 (61.72% from 255 or 36.85% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #429DCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429DCB is #BD6234. Grayscale: #868686. Windows color (decimal): -12411445 or 13344066. OLE color: 13344066.

HSL color Cylindrical-coordinate representation of color #429DCB: hue angle of 200.15º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #429DCB is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 66 157 203 -
CMYK 0.67 0.23 0 0.20
HSL 200.15º 0.57% 0.53% -
HSV(B) 200.15º 0.67% 0.8% -
XYZ 25.08 29.58 60.89 -
YUV 135.04 166.35 78.76 -
System Red Green Blue C M Y K H S L
Decimal 66 157 203 0.67 0.23 0 0.20 200.15 0.57 0.53
Hex 42 9D CB 43 17 0 14 C8 39 35
Octal 102 235 313 103 27 0 24 310 71 65
Binary 1000010 10011101 11001011 1000011 10111 0 10100 11001000 111001 110101

Color Harmonies of #429DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429DCB

Black with #429DCB

Text Example


Text Example

White with #429DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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