Html Css Color HEX #429EBB Boston Blue

📋 copy color: '#429EBB'

red 66 ◦ green 158 ◦ blue 187

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

Shades of Boston Blue #429EBB

Tints of Boston Blue #429EBB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.44%

 BLUE value IS 187 (73.44% from 255) = 45.5%

R = 16.06%
G = 38.44%
B = 45.5%

CMYK

 C value IS 0.65

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#429EBB (or 0x429EBB) is known color: Boston Blue. HEX triplet: 42, 9E and BB. RGB value is (66,158,187). Sum of RGB (Red+Green+Blue) = 66+158+187=411 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.06% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 187 - color contains mainly: blue. Hex color #429EBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429EBB is #BD6144. Grayscale: #858585. Windows color (decimal): -12411205 or 12295746. OLE color: 12295746.

HSL color Cylindrical-coordinate representation of color #429EBB: hue angle of 194.38º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #429EBB is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 158 187 -
CMYK 0.65 0.16 0 0.27
HSL 194.38º 0.48% 0.5% -
HSV(B) 194.38º 0.65% 0.73% -
XYZ 23.44 29.2 51.41 -
YUV 133.8 158.02 79.64 -
System Red Green Blue C M Y K H S L
Decimal 66 158 187 0.65 0.16 0 0.27 194.38 0.48 0.5
Hex 42 9E BB 41 10 0 1B C2 30 32
Octal 102 236 273 101 20 0 33 302 60 62
Binary 1000010 10011110 10111011 1000001 10000 0 11011 11000010 110000 110010

Color Harmonies of #429EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429EBB

Black with #429EBB

Text Example


Text Example

White with #429EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,158,187); }

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

background-color css

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

 a { background-color: rgb(66,158,187); }

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

border-color css

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

 span { border-color: rgb(66,158,187); }

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