Html Css Color HEX #459DBD Boston Blue

📋 copy color: '#459DBD'

red 69 ◦ green 157 ◦ blue 189

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

Shades of Boston Blue #459DBD

Tints of Boston Blue #459DBD

RGB

 RED value IS 69 (27.34% from 255) = 16.63%

 GREEN value IS 157 (61.72% from 255) = 37.83%

 BLUE value IS 189 (74.22% from 255) = 45.54%

R = 16.63%
G = 37.83%
B = 45.54%

CMYK

 C value IS 0.63

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#459DBD (or 0x459DBD) is known color: Boston Blue. HEX triplet: 45, 9D and BD. RGB value is (69,157,189). Sum of RGB (Red+Green+Blue) = 69+157+189=415 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.63% from 415); Green value is 157 (61.72% from 255 or 37.83% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 189 - color contains mainly: blue. Hex color #459DBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459DBD is #BA6242. Grayscale: #868686. Windows color (decimal): -12214851 or 12426565. OLE color: 12426565.

HSL color Cylindrical-coordinate representation of color #459DBD: hue angle of 196º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #459DBD is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 69 157 189 -
CMYK 0.63 0.17 0 0.26
HSL 196º 0.48% 0.51% -
HSV(B) 196º 0.63% 0.74% -
XYZ 23.7 29.05 52.5 -
YUV 134.34 158.85 81.4 -
System Red Green Blue C M Y K H S L
Decimal 69 157 189 0.63 0.17 0 0.26 196 0.48 0.51
Hex 45 9D BD 3F 11 0 1A C4 30 33
Octal 105 235 275 77 21 0 32 304 60 63
Binary 1000101 10011101 10111101 111111 10001 0 11010 11000100 110000 110011

Color Harmonies of #459DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459DBD

Black with #459DBD

Text Example


Text Example

White with #459DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459DBD; }

 p { color: rgb(69,157,189); }

 H1.HeaderClassName
 {
   color: #459DBD;
 }
 .AnyTagClassName
 {
   color: #459DBD;
 }
</style>

background-color css

<style>
 a { background-color: #459DBD; }

 a { background-color: rgb(69,157,189); }

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

border-color css

<style>
 span { border-color: #459DBD; }

 span { border-color: rgb(69,157,189); }

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