Html Css Color HEX #408DBB Curious Blue

📋 copy color: '#408DBB'

red 64 ◦ green 141 ◦ blue 187

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

Shades of Curious Blue #408DBB

Tints of Curious Blue #408DBB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.97%

 BLUE value IS 187 (73.44% from 255) = 47.7%

R = 16.33%
G = 35.97%
B = 47.7%

CMYK

 C value IS 0.66

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#408DBB (or 0x408DBB) is known color: Curious Blue. HEX triplet: 40, 8D and BB. RGB value is (64,141,187). Sum of RGB (Red+Green+Blue) = 64+141+187=392 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.33% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 187 - color contains mainly: blue. Hex color #408DBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408DBB is #BF7244. Grayscale: #7A7A7A. Windows color (decimal): -12546629 or 12291392. OLE color: 12291392.

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

Color convert

RGB 64 141 187 -
CMYK 0.66 0.25 0 0.27
HSL 202.44º 0.49% 0.49% -
HSV(B) 202.44º 0.66% 0.73% -
XYZ 20.61 23.73 50.51 -
YUV 123.22 163.99 85.76 -
System Red Green Blue C M Y K H S L
Decimal 64 141 187 0.66 0.25 0 0.27 202.44 0.49 0.49
Hex 40 8D BB 42 19 0 1B CA 31 31
Octal 100 215 273 102 31 0 33 312 61 61
Binary 1000000 10001101 10111011 1000010 11001 0 11011 11001010 110001 110001

Color Harmonies of #408DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408DBB

Black with #408DBB

Text Example


Text Example

White with #408DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,141,187); }

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

background-color css

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

 a { background-color: rgb(64,141,187); }

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

border-color css

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

 span { border-color: rgb(64,141,187); }

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