Html Css Color HEX #408BCB Curious Blue

📋 copy color: '#408BCB'

red 64 ◦ green 139 ◦ blue 203

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

Shades of Curious Blue #408BCB

Tints of Curious Blue #408BCB

RGB

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

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

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

R = 15.76%
G = 34.24%
B = 50%

CMYK

 C value IS 0.68

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#408BCB (or 0x408BCB) is known color: Curious Blue. HEX triplet: 40, 8B and CB. RGB value is (64,139,203). Sum of RGB (Red+Green+Blue) = 64+139+203=406 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.76% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #408BCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408BCB is #BF7434. Grayscale: #7B7B7B. Windows color (decimal): -12547125 or 13339456. OLE color: 13339456.

HSL color Cylindrical-coordinate representation of color #408BCB: hue angle of 207.63º 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 #408BCB is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 64 139 203 -
CMYK 0.68 0.32 0 0.20
HSL 207.63º 0.57% 0.52% -
HSV(B) 207.63º 0.68% 0.8% -
XYZ 22.13 23.87 59.94 -
YUV 123.87 172.65 85.3 -
System Red Green Blue C M Y K H S L
Decimal 64 139 203 0.68 0.32 0 0.20 207.63 0.57 0.52
Hex 40 8B CB 44 20 0 14 D0 39 34
Octal 100 213 313 104 40 0 24 320 71 64
Binary 1000000 10001011 11001011 1000100 100000 0 10100 11010000 111001 110100

Color Harmonies of #408BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408BCB

Black with #408BCB

Text Example


Text Example

White with #408BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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