Html Css Color HEX #408FCD Curious Blue

📋 copy color: '#408FCD'

red 64 ◦ green 143 ◦ blue 205

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

Shades of Curious Blue #408FCD

Tints of Curious Blue #408FCD

RGB

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

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

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

R = 15.53%
G = 34.71%
B = 49.76%

CMYK

 C value IS 0.69

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#408FCD (or 0x408FCD) is known color: Curious Blue. HEX triplet: 40, 8F and CD. RGB value is (64,143,205). Sum of RGB (Red+Green+Blue) = 64+143+205=412 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.53% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #408FCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408FCD is #BF7032. Grayscale: #7E7E7E. Windows color (decimal): -12546099 or 13471552. OLE color: 13471552.

HSL color Cylindrical-coordinate representation of color #408FCD: hue angle of 206.38º 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 #408FCD is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 64 143 205 -
CMYK 0.69 0.30 0 0.20
HSL 206.38º 0.59% 0.53% -
HSV(B) 206.38º 0.69% 0.8% -
XYZ 22.96 25.14 61.4 -
YUV 126.45 172.33 83.46 -
System Red Green Blue C M Y K H S L
Decimal 64 143 205 0.69 0.30 0 0.20 206.38 0.59 0.53
Hex 40 8F CD 45 1E 0 14 CE 3B 35
Octal 100 217 315 105 36 0 24 316 73 65
Binary 1000000 10001111 11001101 1000101 11110 0 10100 11001110 111011 110101

Color Harmonies of #408FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408FCD

Black with #408FCD

Text Example


Text Example

White with #408FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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