Html Css Color HEX #408BCC Curious Blue

📋 copy color: '#408BCC'

red 64 ◦ green 139 ◦ blue 204

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

Shades of Curious Blue #408BCC

Tints of Curious Blue #408BCC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.15%

 BLUE value IS 204 (80.08% from 255) = 50.12%

R = 15.72%
G = 34.15%
B = 50.12%

CMYK

 C value IS 0.69

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#408BCC (or 0x408BCC) is known color: Curious Blue. HEX triplet: 40, 8B and CC. RGB value is (64,139,204). Sum of RGB (Red+Green+Blue) = 64+139+204=407 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.72% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #408BCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408BCC is #BF7433. Grayscale: #7B7B7B. Windows color (decimal): -12547124 or 13404992. OLE color: 13404992.

HSL color Cylindrical-coordinate representation of color #408BCC: hue angle of 207.86º degrees, saturation: 0.58, 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 #408BCC is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 64 139 204 -
CMYK 0.69 0.32 0 0.2
HSL 207.86º 0.58% 0.53% -
HSV(B) 207.86º 0.69% 0.8% -
XYZ 22.25 23.91 60.57 -
YUV 123.99 173.15 85.21 -
System Red Green Blue C M Y K H S L
Decimal 64 139 204 0.69 0.32 0 0.2 207.86 0.58 0.53
Hex 40 8B CC 45 20 0 14 D0 3A 35
Octal 100 213 314 105 40 0 24 320 72 65
Binary 1000000 10001011 11001100 1000101 100000 0 10100 11010000 111010 110101

Color Harmonies of #408BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408BCC

Black with #408BCC

Text Example


Text Example

White with #408BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,139,204); }

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

background-color css

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

 a { background-color: rgb(64,139,204); }

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

border-color css

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

 span { border-color: rgb(64,139,204); }

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