Html Css Color HEX #408CC5 Curious Blue

📋 copy color: '#408CC5'

red 64 ◦ green 140 ◦ blue 197

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

Shades of Curious Blue #408CC5

Tints of Curious Blue #408CC5

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.91%

 BLUE value IS 197 (77.34% from 255) = 49.13%

R = 15.96%
G = 34.91%
B = 49.13%

CMYK

 C value IS 0.68

 M value IS 0.29

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#408CC5 (or 0x408CC5) is known color: Curious Blue. HEX triplet: 40, 8C and C5. RGB value is (64,140,197). Sum of RGB (Red+Green+Blue) = 64+140+197=401 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.96% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 197 (77.34% from 255 or 49.13% from 401); Max value from RGB is 197 - color contains mainly: blue. Hex color #408CC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408CC5 is #BF733A. Grayscale: #7B7B7B. Windows color (decimal): -12546875 or 12946496. OLE color: 12946496.

HSL color Cylindrical-coordinate representation of color #408CC5: hue angle of 205.71º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #408CC5 is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 64 140 197 -
CMYK 0.68 0.29 0 0.23
HSL 205.71º 0.53% 0.51% -
HSV(B) 205.71º 0.68% 0.77% -
XYZ 21.57 23.88 56.3 -
YUV 123.77 169.32 85.37 -
System Red Green Blue C M Y K H S L
Decimal 64 140 197 0.68 0.29 0 0.23 205.71 0.53 0.51
Hex 40 8C C5 44 1D 0 17 CE 35 33
Octal 100 214 305 104 35 0 27 316 65 63
Binary 1000000 10001100 11000101 1000100 11101 0 10111 11001110 110101 110011

Color Harmonies of #408CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408CC5

Black with #408CC5

Text Example


Text Example

White with #408CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,140,197); }

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

background-color css

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

 a { background-color: rgb(64,140,197); }

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

border-color css

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

 span { border-color: rgb(64,140,197); }

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