Html Css Color HEX #429CBD Boston Blue

📋 copy color: '#429CBD'

red 66 ◦ green 156 ◦ blue 189

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

Shades of Boston Blue #429CBD

Tints of Boston Blue #429CBD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.96%

 BLUE value IS 189 (74.22% from 255) = 45.99%

R = 16.06%
G = 37.96%
B = 45.99%

CMYK

 C value IS 0.65

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#429CBD (or 0x429CBD) is known color: Boston Blue. HEX triplet: 42, 9C and BD. RGB value is (66,156,189). Sum of RGB (Red+Green+Blue) = 66+156+189=411 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.06% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 189 - color contains mainly: blue. Hex color #429CBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429CBD is #BD6342. Grayscale: #848484. Windows color (decimal): -12411715 or 12426306. OLE color: 12426306.

HSL color Cylindrical-coordinate representation of color #429CBD: hue angle of 196.1º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #429CBD is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 66 156 189 -
CMYK 0.65 0.17 0 0.26
HSL 196.1º 0.48% 0.5% -
HSV(B) 196.1º 0.65% 0.74% -
XYZ 23.32 28.61 52.44 -
YUV 132.85 159.68 80.32 -
System Red Green Blue C M Y K H S L
Decimal 66 156 189 0.65 0.17 0 0.26 196.1 0.48 0.5
Hex 42 9C BD 41 11 0 1A C4 30 32
Octal 102 234 275 101 21 0 32 304 60 62
Binary 1000010 10011100 10111101 1000001 10001 0 11010 11000100 110000 110010

Color Harmonies of #429CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429CBD

Black with #429CBD

Text Example


Text Example

White with #429CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,156,189); }

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

background-color css

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

 a { background-color: rgb(66,156,189); }

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

border-color css

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

 span { border-color: rgb(66,156,189); }

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