Html Css Color HEX #408FDA Picton Blue

📋 copy color: '#408FDA'

red 64 ◦ green 143 ◦ blue 218

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

Shades of Picton Blue #408FDA

Tints of Picton Blue #408FDA

RGB

 RED value IS 64 (25.39% from 255) = 15.06%

 GREEN value IS 143 (56.25% from 255) = 33.65%

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

R = 15.06%
G = 33.65%
B = 51.29%

CMYK

 C value IS 0.71

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#408FDA (or 0x408FDA) is known color: Picton Blue. HEX triplet: 40, 8F and DA. RGB value is (64,143,218). Sum of RGB (Red+Green+Blue) = 64+143+218=425 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.06% from 425); Green value is 143 (56.25% from 255 or 33.65% 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 #408FDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408FDA is #BF7025. Grayscale: #7F7F7F. Windows color (decimal): -12546086 or 14323520. OLE color: 14323520.

HSL color Cylindrical-coordinate representation of color #408FDA: hue angle of 209.22º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #408FDA is Cyan = 0.71, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 64 143 218 -
CMYK 0.71 0.34 0 0.15
HSL 209.22º 0.68% 0.55% -
HSV(B) 209.22º 0.71% 0.85% -
XYZ 24.59 25.8 70.01 -
YUV 127.93 178.83 82.4 -
System Red Green Blue C M Y K H S L
Decimal 64 143 218 0.71 0.34 0 0.15 209.22 0.68 0.55
Hex 40 8F DA 47 22 0 F D1 44 37
Octal 100 217 332 107 42 0 17 321 104 67
Binary 1000000 10001111 11011010 1000111 100010 0 1111 11010001 1000100 110111

Color Harmonies of #408FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408FDA

Black with #408FDA

Text Example


Text Example

White with #408FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408FDA; }

 p { color: rgb(64,143,218); }

 H1.HeaderClassName
 {
   color: #408FDA;
 }
 .AnyTagClassName
 {
   color: #408FDA;
 }
</style>

background-color css

<style>
 a { background-color: #408FDA; }

 a { background-color: rgb(64,143,218); }

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

border-color css

<style>
 span { border-color: #408FDA; }

 span { border-color: rgb(64,143,218); }

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