Html Css Color HEX #429ECB Viking

📋 copy color: '#429ECB'

red 66 ◦ green 158 ◦ blue 203

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

Shades of Viking #429ECB

Tints of Viking #429ECB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37%

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

R = 15.46%
G = 37%
B = 47.54%

CMYK

 C value IS 0.67

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#429ECB (or 0x429ECB) is known color: Viking. HEX triplet: 42, 9E and CB. RGB value is (66,158,203). Sum of RGB (Red+Green+Blue) = 66+158+203=427 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.46% from 427); Green value is 158 (62.11% from 255 or 37.00% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #429ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429ECB is #BD6134. Grayscale: #878787. Windows color (decimal): -12411189 or 13344322. OLE color: 13344322.

HSL color Cylindrical-coordinate representation of color #429ECB: hue angle of 199.71º 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 #429ECB is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 66 158 203 -
CMYK 0.67 0.22 0 0.20
HSL 199.71º 0.57% 0.53% -
HSV(B) 199.71º 0.67% 0.8% -
XYZ 25.25 29.92 60.94 -
YUV 135.62 166.02 78.34 -
System Red Green Blue C M Y K H S L
Decimal 66 158 203 0.67 0.22 0 0.20 199.71 0.57 0.53
Hex 42 9E CB 43 16 0 14 C8 39 35
Octal 102 236 313 103 26 0 24 310 71 65
Binary 1000010 10011110 11001011 1000011 10110 0 10100 11001000 111001 110101

Color Harmonies of #429ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429ECB

Black with #429ECB

Text Example


Text Example

White with #429ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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