Html Css Color HEX #419AD4 Picton Blue

📋 copy color: '#419AD4'

red 65 ◦ green 154 ◦ blue 212

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

Shades of Picton Blue #419AD4

Tints of Picton Blue #419AD4

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.73%

 BLUE value IS 212 (83.2% from 255) = 49.19%

R = 15.08%
G = 35.73%
B = 49.19%

CMYK

 C value IS 0.69

 M value IS 0.27

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#419AD4 (or 0x419AD4) is known color: Picton Blue. HEX triplet: 41, 9A and D4. RGB value is (65,154,212). Sum of RGB (Red+Green+Blue) = 65+154+212=431 (57% of max value = 765). Red value is 65 (25.78% from 255 or 15.08% from 431); Green value is 154 (60.55% from 255 or 35.73% from 431); Blue value is 212 (83.20% from 255 or 49.19% from 431); Max value from RGB is 212 - color contains mainly: blue. Hex color #419AD4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419AD4 is #BE652B. Grayscale: #858585. Windows color (decimal): -12477740 or 13933121. OLE color: 13933121.

HSL color Cylindrical-coordinate representation of color #419AD4: hue angle of 203.67º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #419AD4 is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 65 154 212 -
CMYK 0.69 0.27 0 0.17
HSL 203.67º 0.63% 0.54% -
HSV(B) 203.67º 0.69% 0.83% -
XYZ 25.62 28.99 66.53 -
YUV 134 172.01 78.78 -
System Red Green Blue C M Y K H S L
Decimal 65 154 212 0.69 0.27 0 0.17 203.67 0.63 0.54
Hex 41 9A D4 45 1B 0 11 CC 3F 36
Octal 101 232 324 105 33 0 21 314 77 66
Binary 1000001 10011010 11010100 1000101 11011 0 10001 11001100 111111 110110

Color Harmonies of #419AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419AD4

Black with #419AD4

Text Example


Text Example

White with #419AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419AD4; }

 p { color: rgb(65,154,212); }

 H1.HeaderClassName
 {
   color: #419AD4;
 }
 .AnyTagClassName
 {
   color: #419AD4;
 }
</style>

background-color css

<style>
 a { background-color: #419AD4; }

 a { background-color: rgb(65,154,212); }

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

border-color css

<style>
 span { border-color: #419AD4; }

 span { border-color: rgb(65,154,212); }

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