Html Css Color HEX #4088BA Curious Blue

📋 copy color: '#4088BA'

red 64 ◦ green 136 ◦ blue 186

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

Shades of Curious Blue #4088BA

Tints of Curious Blue #4088BA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.23%

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

R = 16.58%
G = 35.23%
B = 48.19%

CMYK

 C value IS 0.66

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4088BA (or 0x4088BA) is known color: Curious Blue. HEX triplet: 40, 88 and BA. RGB value is (64,136,186). Sum of RGB (Red+Green+Blue) = 64+136+186=386 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.58% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #4088BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4088BA is #BF7745. Grayscale: #777777. Windows color (decimal): -12547910 or 12224576. OLE color: 12224576.

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

Color convert

RGB 64 136 186 -
CMYK 0.66 0.27 0 0.27
HSL 204.59º 0.49% 0.49% -
HSV(B) 204.59º 0.66% 0.73% -
XYZ 19.78 22.24 49.71 -
YUV 120.17 165.15 87.93 -
System Red Green Blue C M Y K H S L
Decimal 64 136 186 0.66 0.27 0 0.27 204.59 0.49 0.49
Hex 40 88 BA 42 1B 0 1B CD 31 31
Octal 100 210 272 102 33 0 33 315 61 61
Binary 1000000 10001000 10111010 1000010 11011 0 11011 11001101 110001 110001

Color Harmonies of #4088BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4088BA

Black with #4088BA

Text Example


Text Example

White with #4088BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4088BA; }

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

 H1.HeaderClassName
 {
   color: #4088BA;
 }
 .AnyTagClassName
 {
   color: #4088BA;
 }
</style>

background-color css

<style>
 a { background-color: #4088BA; }

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

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

border-color css

<style>
 span { border-color: #4088BA; }

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

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