Html Css Color HEX #408FC2 Curious Blue

📋 copy color: '#408FC2'

red 64 ◦ green 143 ◦ blue 194

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

Shades of Curious Blue #408FC2

Tints of Curious Blue #408FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 48.38%

R = 15.96%
G = 35.66%
B = 48.38%

CMYK

 C value IS 0.67

 M value IS 0.26

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#408FC2 (or 0x408FC2) is known color: Curious Blue. HEX triplet: 40, 8F and C2. RGB value is (64,143,194). Sum of RGB (Red+Green+Blue) = 64+143+194=401 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.96% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 194 (76.17% from 255 or 48.38% from 401); Max value from RGB is 194 - color contains mainly: blue. Hex color #408FC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408FC2 is #BF703D. Grayscale: #7C7C7C. Windows color (decimal): -12546110 or 12750656. OLE color: 12750656.

HSL color Cylindrical-coordinate representation of color #408FC2: hue angle of 203.54º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #408FC2 is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 64 143 194 -
CMYK 0.67 0.26 0 0.24
HSL 203.54º 0.52% 0.51% -
HSV(B) 203.54º 0.67% 0.76% -
XYZ 21.67 24.63 54.65 -
YUV 125.19 166.83 84.35 -
System Red Green Blue C M Y K H S L
Decimal 64 143 194 0.67 0.26 0 0.24 203.54 0.52 0.51
Hex 40 8F C2 43 1A 0 18 CC 34 33
Octal 100 217 302 103 32 0 30 314 64 63
Binary 1000000 10001111 11000010 1000011 11010 0 11000 11001100 110100 110011

Color Harmonies of #408FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408FC2

Black with #408FC2

Text Example


Text Example

White with #408FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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