Html Css Color HEX #429DBF Boston Blue

📋 copy color: '#429DBF'

red 66 ◦ green 157 ◦ blue 191

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

Shades of Boston Blue #429DBF

Tints of Boston Blue #429DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.14%

R = 15.94%
G = 37.92%
B = 46.14%

CMYK

 C value IS 0.65

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#429DBF (or 0x429DBF) is known color: Boston Blue. HEX triplet: 42, 9D and BF. RGB value is (66,157,191). Sum of RGB (Red+Green+Blue) = 66+157+191=414 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.94% from 414); Green value is 157 (61.72% from 255 or 37.92% from 414); Blue value is 191 (75% from 255 or 46.14% from 414); Max value from RGB is 191 - color contains mainly: blue. Hex color #429DBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429DBF is #BD6240. Grayscale: #858585. Windows color (decimal): -12411457 or 12557634. OLE color: 12557634.

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

Color convert

RGB 66 157 191 -
CMYK 0.65 0.18 0 0.25
HSL 196.32º 0.49% 0.5% -
HSV(B) 196.32º 0.65% 0.75% -
XYZ 23.71 29.03 53.64 -
YUV 133.67 160.35 79.74 -
System Red Green Blue C M Y K H S L
Decimal 66 157 191 0.65 0.18 0 0.25 196.32 0.49 0.5
Hex 42 9D BF 41 12 0 19 C4 31 32
Octal 102 235 277 101 22 0 31 304 61 62
Binary 1000010 10011101 10111111 1000001 10010 0 11001 11000100 110001 110010

Color Harmonies of #429DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429DBF

Black with #429DBF

Text Example


Text Example

White with #429DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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