Html Css Color HEX #429DB9 Boston Blue

📋 copy color: '#429DB9'

red 66 ◦ green 157 ◦ blue 185

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

Shades of Boston Blue #429DB9

Tints of Boston Blue #429DB9

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.48%

 BLUE value IS 185 (72.66% from 255) = 45.34%

R = 16.18%
G = 38.48%
B = 45.34%

CMYK

 C value IS 0.64

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#429DB9 (or 0x429DB9) is known color: Boston Blue. HEX triplet: 42, 9D and B9. RGB value is (66,157,185). Sum of RGB (Red+Green+Blue) = 66+157+185=408 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.18% from 408); Green value is 157 (61.72% from 255 or 38.48% from 408); Blue value is 185 (72.66% from 255 or 45.34% from 408); Max value from RGB is 185 - color contains mainly: blue. Hex color #429DB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429DB9 is #BD6246. Grayscale: #848484. Windows color (decimal): -12411463 or 12164418. OLE color: 12164418.

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

Color convert

RGB 66 157 185 -
CMYK 0.64 0.15 0 0.27
HSL 194.12º 0.47% 0.49% -
HSV(B) 194.12º 0.64% 0.73% -
XYZ 23.06 28.77 50.24 -
YUV 132.98 157.35 80.22 -
System Red Green Blue C M Y K H S L
Decimal 66 157 185 0.64 0.15 0 0.27 194.12 0.47 0.49
Hex 42 9D B9 40 F 0 1B C2 2F 31
Octal 102 235 271 100 17 0 33 302 57 61
Binary 1000010 10011101 10111001 1000000 1111 0 11011 11000010 101111 110001

Color Harmonies of #429DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429DB9

Black with #429DB9

Text Example


Text Example

White with #429DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,157,185); }

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

background-color css

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

 a { background-color: rgb(66,157,185); }

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

border-color css

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

 span { border-color: rgb(66,157,185); }

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