Html Css Color HEX #429ABA Boston Blue

📋 copy color: '#429ABA'

red 66 ◦ green 154 ◦ blue 186

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

Shades of Boston Blue #429ABA

Tints of Boston Blue #429ABA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.93%

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

R = 16.26%
G = 37.93%
B = 45.81%

CMYK

 C value IS 0.65

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#429ABA (or 0x429ABA) is known color: Boston Blue. HEX triplet: 42, 9A and BA. RGB value is (66,154,186). Sum of RGB (Red+Green+Blue) = 66+154+186=406 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.26% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #429ABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429ABA is #BD6545. Grayscale: #838383. Windows color (decimal): -12412230 or 12229186. OLE color: 12229186.

HSL color Cylindrical-coordinate representation of color #429ABA: hue angle of 196º 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 #429ABA is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 154 186 -
CMYK 0.65 0.17 0 0.27
HSL 196º 0.48% 0.49% -
HSV(B) 196º 0.65% 0.73% -
XYZ 22.67 27.81 50.63 -
YUV 131.34 158.85 81.4 -
System Red Green Blue C M Y K H S L
Decimal 66 154 186 0.65 0.17 0 0.27 196 0.48 0.49
Hex 42 9A BA 41 11 0 1B C4 30 31
Octal 102 232 272 101 21 0 33 304 60 61
Binary 1000010 10011010 10111010 1000001 10001 0 11011 11000100 110000 110001

Color Harmonies of #429ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429ABA

Black with #429ABA

Text Example


Text Example

White with #429ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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