Html Css Color HEX #408CBC Curious Blue

📋 copy color: '#408CBC'

red 64 ◦ green 140 ◦ blue 188

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

Shades of Curious Blue #408CBC

Tints of Curious Blue #408CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.96%

R = 16.33%
G = 35.71%
B = 47.96%

CMYK

 C value IS 0.66

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#408CBC (or 0x408CBC) is known color: Curious Blue. HEX triplet: 40, 8C and BC. RGB value is (64,140,188). Sum of RGB (Red+Green+Blue) = 64+140+188=392 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.33% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #408CBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408CBC is #BF7343. Grayscale: #7A7A7A. Windows color (decimal): -12546884 or 12356672. OLE color: 12356672.

HSL color Cylindrical-coordinate representation of color #408CBC: hue angle of 203.23º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #408CBC is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 64 140 188 -
CMYK 0.66 0.26 0 0.26
HSL 203.23º 0.49% 0.49% -
HSV(B) 203.23º 0.66% 0.74% -
XYZ 20.57 23.48 51.02 -
YUV 122.75 164.82 86.1 -
System Red Green Blue C M Y K H S L
Decimal 64 140 188 0.66 0.26 0 0.26 203.23 0.49 0.49
Hex 40 8C BC 42 1A 0 1A CB 31 31
Octal 100 214 274 102 32 0 32 313 61 61
Binary 1000000 10001100 10111100 1000010 11010 0 11010 11001011 110001 110001

Color Harmonies of #408CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408CBC

Black with #408CBC

Text Example


Text Example

White with #408CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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