Html Css Color HEX #409BCE Picton Blue

📋 copy color: '#409BCE'

red 64 ◦ green 155 ◦ blue 206

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

Shades of Picton Blue #409BCE

Tints of Picton Blue #409BCE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.47%

 BLUE value IS 206 (80.86% from 255) = 48.47%

R = 15.06%
G = 36.47%
B = 48.47%

CMYK

 C value IS 0.69

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#409BCE (or 0x409BCE) is known color: Picton Blue. HEX triplet: 40, 9B and CE. RGB value is (64,155,206). Sum of RGB (Red+Green+Blue) = 64+155+206=425 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.06% from 425); Green value is 155 (60.94% from 255 or 36.47% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #409BCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409BCE is #BF6431. Grayscale: #858585. Windows color (decimal): -12543026 or 13540160. OLE color: 13540160.

HSL color Cylindrical-coordinate representation of color #409BCE: hue angle of 201.55º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #409BCE is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 155 206 -
CMYK 0.69 0.25 0 0.19
HSL 201.55º 0.59% 0.53% -
HSV(B) 201.55º 0.69% 0.81% -
XYZ 24.98 28.99 62.67 -
YUV 133.61 168.85 78.35 -
System Red Green Blue C M Y K H S L
Decimal 64 155 206 0.69 0.25 0 0.19 201.55 0.59 0.53
Hex 40 9B CE 45 19 0 13 CA 3B 35
Octal 100 233 316 105 31 0 23 312 73 65
Binary 1000000 10011011 11001110 1000101 11001 0 10011 11001010 111011 110101

Color Harmonies of #409BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409BCE

Black with #409BCE

Text Example


Text Example

White with #409BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409BCE; }

 p { color: rgb(64,155,206); }

 H1.HeaderClassName
 {
   color: #409BCE;
 }
 .AnyTagClassName
 {
   color: #409BCE;
 }
</style>

background-color css

<style>
 a { background-color: #409BCE; }

 a { background-color: rgb(64,155,206); }

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

border-color css

<style>
 span { border-color: #409BCE; }

 span { border-color: rgb(64,155,206); }

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