Html Css Color HEX #429EBC Boston Blue

📋 copy color: '#429EBC'

red 66 ◦ green 158 ◦ blue 188

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

Shades of Boston Blue #429EBC

Tints of Boston Blue #429EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.63%

R = 16.02%
G = 38.35%
B = 45.63%

CMYK

 C value IS 0.65

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#429EBC (or 0x429EBC) is known color: Boston Blue. HEX triplet: 42, 9E and BC. RGB value is (66,158,188). Sum of RGB (Red+Green+Blue) = 66+158+188=412 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.02% from 412); Green value is 158 (62.11% from 255 or 38.35% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #429EBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429EBC is #BD6143. Grayscale: #858585. Windows color (decimal): -12411204 or 12361282. OLE color: 12361282.

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

Color convert

RGB 66 158 188 -
CMYK 0.65 0.16 0 0.26
HSL 194.75º 0.48% 0.5% -
HSV(B) 194.75º 0.65% 0.74% -
XYZ 23.55 29.24 51.98 -
YUV 133.91 158.52 79.56 -
System Red Green Blue C M Y K H S L
Decimal 66 158 188 0.65 0.16 0 0.26 194.75 0.48 0.5
Hex 42 9E BC 41 10 0 1A C3 30 32
Octal 102 236 274 101 20 0 32 303 60 62
Binary 1000010 10011110 10111100 1000001 10000 0 11010 11000011 110000 110010

Color Harmonies of #429EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429EBC

Black with #429EBC

Text Example


Text Example

White with #429EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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