#428DBA

Color #428DBA Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #428DBA

Tints of Curious Blue #428DBA

Color information

#428DBA (or 0x428DBA) is unknown color: approx Curious Blue. HEX triplet: 42, 8D and BA. RGB value is (66,141,186). Sum of RGB (Red+Green+Blue) = 66+141+186=393 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.79% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #428DBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428DBA is #BD7245. Grayscale: #7B7B7B. Windows color (decimal): -12415558 or 12225858. OLE color: 12225858.

HSL color Cylindrical-coordinate representation of color #428DBA: hue angle of 202.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #428DBA is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB66141186-
CMYK0.650.2400.27
HSL202.5º47.62%49.41%-
HSV(B)202.5º64.52%72.94%-
XYZ20.6323.7549.95-
YUV123.7163.1586.84-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.79%
GREEN value IS 141 (55.47% from 255) = 35.88%
BLUE value IS 186 (73.05% from 255) = 47.33%
R=16.79%
G=35.88%
B=47.33%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal661411860.650.2400.27202.547.6249.41
Hex428DBA411801Bca3031
Octal102215272101300333126061
Binary1000010100011011011101010000011100001101111001010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #428DBA;
 }
 .AnyTagClassName
 {
   color: #428DBA;
 }
</style>
background-color css

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

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

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

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

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

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