#418CE0

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

Shades of Picton Blue #418CE0

Tints of Picton Blue #418CE0

Color information

#418CE0 (or 0x418CE0) is unknown color: approx Picton Blue. HEX triplet: 41, 8C and E0. RGB value is (65,140,224). Sum of RGB (Red+Green+Blue) = 65+140+224=429 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.15% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 224 (87.89% from 255 or 52.21% from 429); Max value from RGB is 224 - color contains mainly: blue. Hex color #418CE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418CE0 is #BE731F. Grayscale: #7E7E7E. Windows color (decimal): -12481312 or 14715969. OLE color: 14715969.

HSL color Cylindrical-coordinate representation of color #418CE0: hue angle of 211.7º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #418CE0 is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB65140224-
CMYK0.710.3800.12
HSL211.7º71.95%56.67%-
HSV(B)211.7º70.98%87.84%-
XYZ25.0125.2674.08-
YUV127.15182.6583.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.15%
GREEN value IS 140 (55.08% from 255) = 32.63%
BLUE value IS 224 (87.89% from 255) = 52.21%
R=15.15%
G=32.63%
B=52.21%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal651402240.710.3800.12211.771.9556.67
Hex418CE047260Cd44839
Octal1012143401074601432411071
Binary10000011000110011100000100011110011001100110101001001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,140,224); }

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

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

 a { background-color: rgb(65,140,224); }

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

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

 span { border-color: rgb(65,140,224); }

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