Html Css Color HEX #428DAE Boston Blue

📋 copy color: '#428DAE'

red 66 ◦ green 141 ◦ blue 174

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

Shades of Boston Blue #428DAE

Tints of Boston Blue #428DAE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.01%

 BLUE value IS 174 (68.36% from 255) = 45.67%

R = 17.32%
G = 37.01%
B = 45.67%

CMYK

 C value IS 0.62

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#428DAE (or 0x428DAE) is known color: Boston Blue. HEX triplet: 42, 8D and AE. RGB value is (66,141,174). Sum of RGB (Red+Green+Blue) = 66+141+174=381 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.32% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 174 (68.36% from 255 or 45.67% from 381); Max value from RGB is 174 - color contains mainly: blue. Hex color #428DAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428DAE is #BD7251. Grayscale: #7A7A7A. Windows color (decimal): -12415570 or 11439426. OLE color: 11439426.

HSL color Cylindrical-coordinate representation of color #428DAE: hue angle of 198.33º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #428DAE is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 66 141 174 -
CMYK 0.62 0.19 0 0.32
HSL 198.33º 0.45% 0.47% -
HSV(B) 198.33º 0.62% 0.68% -
XYZ 19.41 23.26 43.51 -
YUV 122.34 157.15 87.82 -
System Red Green Blue C M Y K H S L
Decimal 66 141 174 0.62 0.19 0 0.32 198.33 0.45 0.47
Hex 42 8D AE 3E 13 0 20 C6 2D 2F
Octal 102 215 256 76 23 0 40 306 55 57
Binary 1000010 10001101 10101110 111110 10011 0 100000 11000110 101101 101111

Color Harmonies of #428DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428DAE

Black with #428DAE

Text Example


Text Example

White with #428DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428DAE; }

 p { color: rgb(66,141,174); }

 H1.HeaderClassName
 {
   color: #428DAE;
 }
 .AnyTagClassName
 {
   color: #428DAE;
 }
</style>

background-color css

<style>
 a { background-color: #428DAE; }

 a { background-color: rgb(66,141,174); }

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

border-color css

<style>
 span { border-color: #428DAE; }

 span { border-color: rgb(66,141,174); }

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