Html Css Color HEX #408ABA Curious Blue

📋 copy color: '#408ABA'

red 64 ◦ green 138 ◦ blue 186

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

Shades of Curious Blue #408ABA

Tints of Curious Blue #408ABA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.57%

 BLUE value IS 186 (73.05% from 255) = 47.94%

R = 16.49%
G = 35.57%
B = 47.94%

CMYK

 C value IS 0.66

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#408ABA (or 0x408ABA) is known color: Curious Blue. HEX triplet: 40, 8A and BA. RGB value is (64,138,186). Sum of RGB (Red+Green+Blue) = 64+138+186=388 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.49% from 388); Green value is 138 (54.30% from 255 or 35.57% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #408ABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408ABA is #BF7545. Grayscale: #797979. Windows color (decimal): -12547398 or 12225088. OLE color: 12225088.

HSL color Cylindrical-coordinate representation of color #408ABA: hue angle of 203.61º 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 #408ABA is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 138 186 -
CMYK 0.66 0.26 0 0.27
HSL 203.61º 0.49% 0.49% -
HSV(B) 203.61º 0.66% 0.73% -
XYZ 20.07 22.81 49.8 -
YUV 121.35 164.48 87.1 -
System Red Green Blue C M Y K H S L
Decimal 64 138 186 0.66 0.26 0 0.27 203.61 0.49 0.49
Hex 40 8A BA 42 1A 0 1B CC 31 31
Octal 100 212 272 102 32 0 33 314 61 61
Binary 1000000 10001010 10111010 1000010 11010 0 11011 11001100 110001 110001

Color Harmonies of #408ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408ABA

Black with #408ABA

Text Example


Text Example

White with #408ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,138,186); }

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

background-color css

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

 a { background-color: rgb(64,138,186); }

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

border-color css

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

 span { border-color: rgb(64,138,186); }

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