Html Css Color HEX #428EAF Boston Blue

📋 copy color: '#428EAF'

red 66 ◦ green 142 ◦ blue 175

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

Shades of Boston Blue #428EAF

Tints of Boston Blue #428EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.69%

R = 17.23%
G = 37.08%
B = 45.69%

CMYK

 C value IS 0.62

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#428EAF (or 0x428EAF) is known color: Boston Blue. HEX triplet: 42, 8E and AF. RGB value is (66,142,175). Sum of RGB (Red+Green+Blue) = 66+142+175=383 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.23% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 175 - color contains mainly: blue. Hex color #428EAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428EAF is #BD7150. Grayscale: #7A7A7A. Windows color (decimal): -12415313 or 11505218. OLE color: 11505218.

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

Color convert

RGB 66 142 175 -
CMYK 0.62 0.19 0 0.31
HSL 198.17º 0.45% 0.47% -
HSV(B) 198.17º 0.62% 0.69% -
XYZ 19.66 23.6 44.08 -
YUV 123.04 157.32 87.32 -
System Red Green Blue C M Y K H S L
Decimal 66 142 175 0.62 0.19 0 0.31 198.17 0.45 0.47
Hex 42 8E AF 3E 13 0 1F C6 2D 2F
Octal 102 216 257 76 23 0 37 306 55 57
Binary 1000010 10001110 10101111 111110 10011 0 11111 11000110 101101 101111

Color Harmonies of #428EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428EAF

Black with #428EAF

Text Example


Text Example

White with #428EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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