Html Css Color HEX #429CBF Boston Blue

📋 copy color: '#429CBF'

red 66 ◦ green 156 ◦ blue 191

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

Shades of Boston Blue #429CBF

Tints of Boston Blue #429CBF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.77%

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

R = 15.98%
G = 37.77%
B = 46.25%

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

#429CBF (or 0x429CBF) is known color: Boston Blue. HEX triplet: 42, 9C and BF. RGB value is (66,156,191). Sum of RGB (Red+Green+Blue) = 66+156+191=413 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.98% from 413); Green value is 156 (61.33% from 255 or 37.77% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #429CBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429CBF is #BD6340. Grayscale: #848484. Windows color (decimal): -12411713 or 12557378. OLE color: 12557378.

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

Color convert

RGB 66 156 191 -
CMYK 0.65 0.18 0 0.25
HSL 196.8º 0.49% 0.5% -
HSV(B) 196.8º 0.65% 0.75% -
XYZ 23.54 28.7 53.59 -
YUV 133.08 160.68 80.15 -
System Red Green Blue C M Y K H S L
Decimal 66 156 191 0.65 0.18 0 0.25 196.8 0.49 0.5
Hex 42 9C BF 41 12 0 19 C5 31 32
Octal 102 234 277 101 22 0 31 305 61 62
Binary 1000010 10011100 10111111 1000001 10010 0 11001 11000101 110001 110010

Color Harmonies of #429CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429CBF

Black with #429CBF

Text Example


Text Example

White with #429CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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