#428DD9

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

Shades of Picton Blue #428DD9

Tints of Picton Blue #428DD9

Color information

#428DD9 (or 0x428DD9) is unknown color: approx Picton Blue. HEX triplet: 42, 8D and D9. RGB value is (66,141,217). Sum of RGB (Red+Green+Blue) = 66+141+217=424 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.57% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 217 (85.16% from 255 or 51.18% from 424); Max value from RGB is 217 - color contains mainly: blue. Hex color #428DD9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428DD9 is #BD7226. Grayscale: #7E7E7E. Windows color (decimal): -12415527 or 14257474. OLE color: 14257474.

HSL color Cylindrical-coordinate representation of color #428DD9: hue angle of 210.2º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #428DD9 is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB66141217-
CMYK0.700.3500.15
HSL210.2º66.52%55.49%-
HSV(B)210.2º69.59%85.1%-
XYZ24.325.2269.23-
YUV127.24178.6584.32-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.57%
GREEN value IS 141 (55.47% from 255) = 33.25%
BLUE value IS 217 (85.16% from 255) = 51.18%
R=15.57%
G=33.25%
B=51.18%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal661412170.700.3500.15210.266.5255.49
Hex428DD946230Fd24337
Octal1022153311064301732210367
Binary10000101000110111011001100011010001101111110100101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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