Html Css Color HEX #429BBF Boston Blue

📋 copy color: '#429BBF'

red 66 ◦ green 155 ◦ blue 191

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

Shades of Boston Blue #429BBF

Tints of Boston Blue #429BBF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.62%

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

R = 16.02%
G = 37.62%
B = 46.36%

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

#429BBF (or 0x429BBF) is known color: Boston Blue. HEX triplet: 42, 9B and BF. RGB value is (66,155,191). Sum of RGB (Red+Green+Blue) = 66+155+191=412 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.02% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 191 - color contains mainly: blue. Hex color #429BBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429BBF is #BD6440. Grayscale: #848484. Windows color (decimal): -12411969 or 12557122. OLE color: 12557122.

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

Color convert

RGB 66 155 191 -
CMYK 0.65 0.19 0 0.25
HSL 197.28º 0.49% 0.5% -
HSV(B) 197.28º 0.65% 0.75% -
XYZ 23.37 28.36 53.53 -
YUV 132.49 161.01 80.57 -
System Red Green Blue C M Y K H S L
Decimal 66 155 191 0.65 0.19 0 0.25 197.28 0.49 0.5
Hex 42 9B BF 41 13 0 19 C5 31 32
Octal 102 233 277 101 23 0 31 305 61 62
Binary 1000010 10011011 10111111 1000001 10011 0 11001 11000101 110001 110010

Color Harmonies of #429BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429BBF

Black with #429BBF

Text Example


Text Example

White with #429BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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