#468DDF

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

Shades of Picton Blue #468DDF

Tints of Picton Blue #468DDF

Color information

#468DDF (or 0x468DDF) is unknown color: approx Picton Blue. HEX triplet: 46, 8D and DF. RGB value is (70,141,223). Sum of RGB (Red+Green+Blue) = 70+141+223=434 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.13% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #468DDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468DDF is #B97220. Grayscale: #808080. Windows color (decimal): -12153377 or 14650694. OLE color: 14650694.

HSL color Cylindrical-coordinate representation of color #468DDF: hue angle of 212.16º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #468DDF is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB70141223-
CMYK0.690.3700.13
HSL212.16º70.51%57.45%-
HSV(B)212.16º68.61%87.45%-
XYZ25.3725.6873.43-
YUV129.12180.9885.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.13%
GREEN value IS 141 (55.47% from 255) = 32.49%
BLUE value IS 223 (87.5% from 255) = 51.38%
R=16.13%
G=32.49%
B=51.38%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal701412230.690.3700.13212.1670.5157.45
Hex468DDF45250Dd44739
Octal1062153371054501532410771
Binary10001101000110111011111100010110010101101110101001000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468DDF; }

 p { color: rgb(70,141,223); }

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

<style>
 a { background-color: #468DDF; }

 a { background-color: rgb(70,141,223); }

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

<style>
 span { border-color: #468DDF; }

 span { border-color: rgb(70,141,223); }

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