#418FDC

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

Shades of Picton Blue #418FDC

Tints of Picton Blue #418FDC

Color information

#418FDC (or 0x418FDC) is unknown color: approx Picton Blue. HEX triplet: 41, 8F and DC. RGB value is (65,143,220). Sum of RGB (Red+Green+Blue) = 65+143+220=428 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.19% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #418FDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418FDC is #BE7023. Grayscale: #808080. Windows color (decimal): -12480548 or 14454593. OLE color: 14454593.

HSL color Cylindrical-coordinate representation of color #418FDC: hue angle of 209.81º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #418FDC is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB65143220-
CMYK0.700.3500.14
HSL209.81º68.89%55.88%-
HSV(B)209.81º70.45%86.27%-
XYZ24.9225.9471.4-
YUV128.46179.6682.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.19%
GREEN value IS 143 (56.25% from 255) = 33.41%
BLUE value IS 220 (86.33% from 255) = 51.40%
R=15.19%
G=33.41%
B=51.40%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal651432200.700.3500.14209.8168.8955.88
Hex418FDC46230Ed24538
Octal1012173341064301632210570
Binary10000011000111111011100100011010001101110110100101000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418FDC; }

 p { color: rgb(65,143,220); }

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

<style>
 a { background-color: #418FDC; }

 a { background-color: rgb(65,143,220); }

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

<style>
 span { border-color: #418FDC; }

 span { border-color: rgb(65,143,220); }

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