Html Css Color HEX #428EAE Boston Blue

📋 copy color: '#428EAE'

red 66 ◦ green 142 ◦ blue 174

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

Shades of Boston Blue #428EAE

Tints of Boston Blue #428EAE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.17%

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

R = 17.28%
G = 37.17%
B = 45.55%

CMYK

 C value IS 0.62

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#428EAE (or 0x428EAE) is known color: Boston Blue. HEX triplet: 42, 8E and AE. RGB value is (66,142,174). Sum of RGB (Red+Green+Blue) = 66+142+174=382 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.28% from 382); Green value is 142 (55.86% from 255 or 37.17% from 382); Blue value is 174 (68.36% from 255 or 45.55% from 382); Max value from RGB is 174 - color contains mainly: blue. Hex color #428EAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428EAE is #BD7151. Grayscale: #7A7A7A. Windows color (decimal): -12415314 or 11439682. OLE color: 11439682.

HSL color Cylindrical-coordinate representation of color #428EAE: hue angle of 197.78º 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 #428EAE is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 66 142 174 -
CMYK 0.62 0.18 0 0.32
HSL 197.78º 0.45% 0.47% -
HSV(B) 197.78º 0.62% 0.68% -
XYZ 19.56 23.56 43.56 -
YUV 122.92 156.82 87.4 -
System Red Green Blue C M Y K H S L
Decimal 66 142 174 0.62 0.18 0 0.32 197.78 0.45 0.47
Hex 42 8E AE 3E 12 0 20 C6 2D 2F
Octal 102 216 256 76 22 0 40 306 55 57
Binary 1000010 10001110 10101110 111110 10010 0 100000 11000110 101101 101111

Color Harmonies of #428EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428EAE

Black with #428EAE

Text Example


Text Example

White with #428EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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