Html Css Color HEX #428CAF Boston Blue

📋 copy color: '#428CAF'

red 66 ◦ green 140 ◦ blue 175

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

Shades of Boston Blue #428CAF

Tints of Boston Blue #428CAF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.75%

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

R = 17.32%
G = 36.75%
B = 45.93%

CMYK

 C value IS 0.62

 M value IS 0.2

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#428CAF (or 0x428CAF) is known color: Boston Blue. HEX triplet: 42, 8C and AF. RGB value is (66,140,175). Sum of RGB (Red+Green+Blue) = 66+140+175=381 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.32% from 381); Green value is 140 (55.08% from 255 or 36.75% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 175 - color contains mainly: blue. Hex color #428CAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428CAF is #BD7350. Grayscale: #797979. Windows color (decimal): -12415825 or 11504706. OLE color: 11504706.

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

Color convert

RGB 66 140 175 -
CMYK 0.62 0.2 0 0.31
HSL 199.27º 0.45% 0.47% -
HSV(B) 199.27º 0.62% 0.69% -
XYZ 19.36 23.01 43.98 -
YUV 121.86 157.98 88.15 -
System Red Green Blue C M Y K H S L
Decimal 66 140 175 0.62 0.2 0 0.31 199.27 0.45 0.47
Hex 42 8C AF 3E 14 0 1F C7 2D 2F
Octal 102 214 257 76 24 0 37 307 55 57
Binary 1000010 10001100 10101111 111110 10100 0 11111 11000111 101101 101111

Color Harmonies of #428CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428CAF

Black with #428CAF

Text Example


Text Example

White with #428CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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