Html Css Color HEX #408CCA Curious Blue

📋 copy color: '#408CCA'

red 64 ◦ green 140 ◦ blue 202

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

Shades of Curious Blue #408CCA

Tints of Curious Blue #408CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.75%

R = 15.76%
G = 34.48%
B = 49.75%

CMYK

 C value IS 0.68

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#408CCA (or 0x408CCA) is known color: Curious Blue. HEX triplet: 40, 8C and CA. RGB value is (64,140,202). Sum of RGB (Red+Green+Blue) = 64+140+202=406 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.76% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #408CCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408CCA is #BF7335. Grayscale: #7C7C7C. Windows color (decimal): -12546870 or 13274176. OLE color: 13274176.

HSL color Cylindrical-coordinate representation of color #408CCA: hue angle of 206.96º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #408CCA is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 64 140 202 -
CMYK 0.68 0.31 0 0.21
HSL 206.96º 0.57% 0.52% -
HSV(B) 206.96º 0.68% 0.79% -
XYZ 22.15 24.11 59.36 -
YUV 124.34 171.82 84.96 -
System Red Green Blue C M Y K H S L
Decimal 64 140 202 0.68 0.31 0 0.21 206.96 0.57 0.52
Hex 40 8C CA 44 1F 0 15 CF 39 34
Octal 100 214 312 104 37 0 25 317 71 64
Binary 1000000 10001100 11001010 1000100 11111 0 10101 11001111 111001 110100

Color Harmonies of #408CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408CCA

Black with #408CCA

Text Example


Text Example

White with #408CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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