Html Css Color HEX #408FCB Curious Blue

📋 copy color: '#408FCB'

red 64 ◦ green 143 ◦ blue 203

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

Shades of Curious Blue #408FCB

Tints of Curious Blue #408FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.51%

R = 15.61%
G = 34.88%
B = 49.51%

CMYK

 C value IS 0.68

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#408FCB (or 0x408FCB) is known color: Curious Blue. HEX triplet: 40, 8F and CB. RGB value is (64,143,203). Sum of RGB (Red+Green+Blue) = 64+143+203=410 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.61% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #408FCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408FCB is #BF7034. Grayscale: #7D7D7D. Windows color (decimal): -12546101 or 13340480. OLE color: 13340480.

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

Color convert

RGB 64 143 203 -
CMYK 0.68 0.30 0 0.20
HSL 205.9º 0.57% 0.52% -
HSV(B) 205.9º 0.68% 0.8% -
XYZ 22.72 25.05 60.14 -
YUV 126.22 171.33 83.62 -
System Red Green Blue C M Y K H S L
Decimal 64 143 203 0.68 0.30 0 0.20 205.9 0.57 0.52
Hex 40 8F CB 44 1E 0 14 CE 39 34
Octal 100 217 313 104 36 0 24 316 71 64
Binary 1000000 10001111 11001011 1000100 11110 0 10100 11001110 111001 110100

Color Harmonies of #408FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408FCB

Black with #408FCB

Text Example


Text Example

White with #408FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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