#468CDD

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

Shades of Picton Blue #468CDD

Tints of Picton Blue #468CDD

Color information

#468CDD (or 0x468CDD) is unknown color: approx Picton Blue. HEX triplet: 46, 8C and DD. RGB value is (70,140,221). Sum of RGB (Red+Green+Blue) = 70+140+221=431 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.24% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #468CDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #468CDD is #B97322. Grayscale: #7F7F7F. Windows color (decimal): -12153635 or 14519366. OLE color: 14519366.

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

Color convert

RGB70140221-
CMYK0.680.3700.13
HSL212.19º68.95%57.06%-
HSV(B)212.19º68.33%86.67%-
XYZ24.9625.2871.97-
YUV128.3180.3186.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.24%
GREEN value IS 140 (55.08% from 255) = 32.48%
BLUE value IS 221 (86.72% from 255) = 51.28%
R=16.24%
G=32.48%
B=51.28%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal701402210.680.3700.13212.1968.9557.06
Hex468CDD44250Dd44539
Octal1062143351044501532410571
Binary10001101000110011011101100010010010101101110101001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,140,221); }

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

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

 a { background-color: rgb(70,140,221); }

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

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

 span { border-color: rgb(70,140,221); }

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