Html Css Color HEX #429FBA Boston Blue

📋 copy color: '#429FBA'

red 66 ◦ green 159 ◦ blue 186

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

Shades of Boston Blue #429FBA

Tints of Boston Blue #429FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.26%

R = 16.06%
G = 38.69%
B = 45.26%

CMYK

 C value IS 0.65

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#429FBA (or 0x429FBA) is known color: Boston Blue. HEX triplet: 42, 9F and BA. RGB value is (66,159,186). Sum of RGB (Red+Green+Blue) = 66+159+186=411 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.06% from 411); Green value is 159 (62.5% from 255 or 38.69% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #429FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429FBA is #BD6045. Grayscale: #868686. Windows color (decimal): -12410950 or 12230466. OLE color: 12230466.

HSL color Cylindrical-coordinate representation of color #429FBA: hue angle of 193.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #429FBA is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 159 186 -
CMYK 0.65 0.15 0 0.27
HSL 193.5º 0.48% 0.49% -
HSV(B) 193.5º 0.65% 0.73% -
XYZ 23.51 29.5 50.91 -
YUV 134.27 157.19 79.3 -
System Red Green Blue C M Y K H S L
Decimal 66 159 186 0.65 0.15 0 0.27 193.5 0.48 0.49
Hex 42 9F BA 41 F 0 1B C2 30 31
Octal 102 237 272 101 17 0 33 302 60 61
Binary 1000010 10011111 10111010 1000001 1111 0 11011 11000010 110000 110001

Color Harmonies of #429FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429FBA

Black with #429FBA

Text Example


Text Example

White with #429FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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