Html Css Color HEX #418EDA Picton Blue

📋 copy color: '#418EDA'

red 65 ◦ green 142 ◦ blue 218

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

Shades of Picton Blue #418EDA

Tints of Picton Blue #418EDA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.41%

 BLUE value IS 218 (85.55% from 255) = 51.29%

R = 15.29%
G = 33.41%
B = 51.29%

CMYK

 C value IS 0.70

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#418EDA (or 0x418EDA) is known color: Picton Blue. HEX triplet: 41, 8E and DA. RGB value is (65,142,218). Sum of RGB (Red+Green+Blue) = 65+142+218=425 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.29% from 425); Green value is 142 (55.86% from 255 or 33.41% from 425); Blue value is 218 (85.55% from 255 or 51.29% from 425); Max value from RGB is 218 - color contains mainly: blue. Hex color #418EDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418EDA is #BE7125. Grayscale: #7F7F7F. Windows color (decimal): -12480806 or 14323265. OLE color: 14323265.

HSL color Cylindrical-coordinate representation of color #418EDA: hue angle of 209.8º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #418EDA is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 65 142 218 -
CMYK 0.70 0.35 0 0.15
HSL 209.8º 0.67% 0.55% -
HSV(B) 209.8º 0.7% 0.85% -
XYZ 24.51 25.53 69.97 -
YUV 127.64 178.99 83.32 -
System Red Green Blue C M Y K H S L
Decimal 65 142 218 0.70 0.35 0 0.15 209.8 0.67 0.55
Hex 41 8E DA 46 23 0 F D2 43 37
Octal 101 216 332 106 43 0 17 322 103 67
Binary 1000001 10001110 11011010 1000110 100011 0 1111 11010010 1000011 110111

Color Harmonies of #418EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418EDA

Black with #418EDA

Text Example


Text Example

White with #418EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,142,218); }

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

background-color css

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

 a { background-color: rgb(65,142,218); }

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

border-color css

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

 span { border-color: rgb(65,142,218); }

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