Html Css Color HEX #429ABE Boston Blue

📋 copy color: '#429ABE'

red 66 ◦ green 154 ◦ blue 190

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

Shades of Boston Blue #429ABE

Tints of Boston Blue #429ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.34%

R = 16.1%
G = 37.56%
B = 46.34%

CMYK

 C value IS 0.65

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#429ABE (or 0x429ABE) is known color: Boston Blue. HEX triplet: 42, 9A and BE. RGB value is (66,154,190). Sum of RGB (Red+Green+Blue) = 66+154+190=410 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.10% from 410); Green value is 154 (60.55% from 255 or 37.56% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #429ABE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429ABE is #BD6541. Grayscale: #838383. Windows color (decimal): -12412226 or 12491330. OLE color: 12491330.

HSL color Cylindrical-coordinate representation of color #429ABE: hue angle of 197.42º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #429ABE is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 154 190 -
CMYK 0.65 0.19 0 0.25
HSL 197.42º 0.49% 0.5% -
HSV(B) 197.42º 0.65% 0.75% -
XYZ 23.1 27.99 52.9 -
YUV 131.79 160.85 81.07 -
System Red Green Blue C M Y K H S L
Decimal 66 154 190 0.65 0.19 0 0.25 197.42 0.49 0.5
Hex 42 9A BE 41 13 0 19 C5 31 32
Octal 102 232 276 101 23 0 31 305 61 62
Binary 1000010 10011010 10111110 1000001 10011 0 11001 11000101 110001 110010

Color Harmonies of #429ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429ABE

Black with #429ABE

Text Example


Text Example

White with #429ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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