Html Css Color HEX #418DE1 Picton Blue

📋 copy color: '#418DE1'

red 65 ◦ green 141 ◦ blue 225

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

Shades of Picton Blue #418DE1

Tints of Picton Blue #418DE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 52.2%

R = 15.08%
G = 32.71%
B = 52.2%

CMYK

 C value IS 0.71

 M value IS 0.37

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#418DE1 (or 0x418DE1) is known color: Picton Blue. HEX triplet: 41, 8D and E1. RGB value is (65,141,225). Sum of RGB (Red+Green+Blue) = 65+141+225=431 (57% of max value = 765). Red value is 65 (25.78% from 255 or 15.08% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 225 (88.28% from 255 or 52.20% from 431); Max value from RGB is 225 - color contains mainly: blue. Hex color #418DE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418DE1 is #BE721E. Grayscale: #7F7F7F. Windows color (decimal): -12481055 or 14781761. OLE color: 14781761.

HSL color Cylindrical-coordinate representation of color #418DE1: hue angle of 211.5º degrees, saturation: 0.73, 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 #418DE1 is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 65 141 225 -
CMYK 0.71 0.37 0 0.12
HSL 211.5º 0.73% 0.57% -
HSV(B) 211.5º 0.71% 0.88% -
XYZ 25.3 25.61 74.84 -
YUV 127.85 182.82 83.17 -
System Red Green Blue C M Y K H S L
Decimal 65 141 225 0.71 0.37 0 0.12 211.5 0.73 0.57
Hex 41 8D E1 47 25 0 C D4 49 39
Octal 101 215 341 107 45 0 14 324 111 71
Binary 1000001 10001101 11100001 1000111 100101 0 1100 11010100 1001001 111001

Color Harmonies of #418DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418DE1

Black with #418DE1

Text Example


Text Example

White with #418DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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