Html Css Color HEX #418DDC Picton Blue

📋 copy color: '#418DDC'

red 65 ◦ green 141 ◦ blue 220

#418DDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #418DDC

Tints of Picton Blue #418DDC

RGB

 RED value IS 65 (25.78% from 255) = 15.26%

 GREEN value IS 141 (55.47% from 255) = 33.1%

 BLUE value IS 220 (86.33% from 255) = 51.64%

R = 15.26%
G = 33.1%
B = 51.64%

CMYK

 C value IS 0.70

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#418DDC (or 0x418DDC) is known color: Picton Blue. HEX triplet: 41, 8D and DC. RGB value is (65,141,220). Sum of RGB (Red+Green+Blue) = 65+141+220=426 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.26% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #418DDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418DDC is #BE7223. Grayscale: #7E7E7E. Windows color (decimal): -12481060 or 14454081. OLE color: 14454081.

HSL color Cylindrical-coordinate representation of color #418DDC: hue angle of 210.58º 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 #418DDC is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 65 141 220 -
CMYK 0.70 0.36 0 0.14
HSL 210.58º 0.69% 0.56% -
HSV(B) 210.58º 0.7% 0.86% -
XYZ 24.62 25.34 71.3 -
YUV 127.28 180.32 83.58 -
System Red Green Blue C M Y K H S L
Decimal 65 141 220 0.70 0.36 0 0.14 210.58 0.69 0.56
Hex 41 8D DC 46 24 0 E D3 45 38
Octal 101 215 334 106 44 0 16 323 105 70
Binary 1000001 10001101 11011100 1000110 100100 0 1110 11010011 1000101 111000

Color Harmonies of #418DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418DDC

Black with #418DDC

Text Example


Text Example

White with #418DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #418DDC;
 }
 .AnyTagClassName
 {
   color: #418DDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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