Html Css Color HEX #408FCC Curious Blue

📋 copy color: '#408FCC'

red 64 ◦ green 143 ◦ blue 204

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

Shades of Curious Blue #408FCC

Tints of Curious Blue #408FCC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.79%

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

R = 15.57%
G = 34.79%
B = 49.64%

CMYK

 C value IS 0.69

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#408FCC (or 0x408FCC) is known color: Curious Blue. HEX triplet: 40, 8F and CC. RGB value is (64,143,204). Sum of RGB (Red+Green+Blue) = 64+143+204=411 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.57% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #408FCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408FCC is #BF7033. Grayscale: #7E7E7E. Windows color (decimal): -12546100 or 13406016. OLE color: 13406016.

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

Color convert

RGB 64 143 204 -
CMYK 0.69 0.30 0 0.2
HSL 206.14º 0.58% 0.53% -
HSV(B) 206.14º 0.69% 0.8% -
XYZ 22.84 25.09 60.77 -
YUV 126.33 171.83 83.54 -
System Red Green Blue C M Y K H S L
Decimal 64 143 204 0.69 0.30 0 0.2 206.14 0.58 0.53
Hex 40 8F CC 45 1E 0 14 CE 3A 35
Octal 100 217 314 105 36 0 24 316 72 65
Binary 1000000 10001111 11001100 1000101 11110 0 10100 11001110 111010 110101

Color Harmonies of #408FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408FCC

Black with #408FCC

Text Example


Text Example

White with #408FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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