Html Css Color HEX #408ACD Curious Blue

📋 copy color: '#408ACD'

red 64 ◦ green 138 ◦ blue 205

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

Shades of Curious Blue #408ACD

Tints of Curious Blue #408ACD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.91%

 BLUE value IS 205 (80.47% from 255) = 50.37%

R = 15.72%
G = 33.91%
B = 50.37%

CMYK

 C value IS 0.69

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#408ACD (or 0x408ACD) is known color: Curious Blue. HEX triplet: 40, 8A and CD. RGB value is (64,138,205). Sum of RGB (Red+Green+Blue) = 64+138+205=407 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.72% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #408ACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408ACD is #BF7532. Grayscale: #7B7B7B. Windows color (decimal): -12547379 or 13470272. OLE color: 13470272.

HSL color Cylindrical-coordinate representation of color #408ACD: hue angle of 208.51º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #408ACD is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 64 138 205 -
CMYK 0.69 0.33 0 0.20
HSL 208.51º 0.59% 0.53% -
HSV(B) 208.51º 0.69% 0.8% -
XYZ 22.22 23.67 61.16 -
YUV 123.51 173.98 85.55 -
System Red Green Blue C M Y K H S L
Decimal 64 138 205 0.69 0.33 0 0.20 208.51 0.59 0.53
Hex 40 8A CD 45 21 0 14 D1 3B 35
Octal 100 212 315 105 41 0 24 321 73 65
Binary 1000000 10001010 11001101 1000101 100001 0 10100 11010001 111011 110101

Color Harmonies of #408ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408ACD

Black with #408ACD

Text Example


Text Example

White with #408ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,138,205); }

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

background-color css

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

 a { background-color: rgb(64,138,205); }

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

border-color css

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

 span { border-color: rgb(64,138,205); }

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