Html Css Color HEX #4089BD Curious Blue

📋 copy color: '#4089BD'

red 64 ◦ green 137 ◦ blue 189

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

Shades of Curious Blue #4089BD

Tints of Curious Blue #4089BD

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.13%

 BLUE value IS 189 (74.22% from 255) = 48.46%

R = 16.41%
G = 35.13%
B = 48.46%

CMYK

 C value IS 0.66

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4089BD (or 0x4089BD) is known color: Curious Blue. HEX triplet: 40, 89 and BD. RGB value is (64,137,189). Sum of RGB (Red+Green+Blue) = 64+137+189=390 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.41% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #4089BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4089BD is #BF7642. Grayscale: #787878. Windows color (decimal): -12547651 or 12421440. OLE color: 12421440.

HSL color Cylindrical-coordinate representation of color #4089BD: hue angle of 204.96º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4089BD is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 64 137 189 -
CMYK 0.66 0.28 0 0.26
HSL 204.96º 0.49% 0.5% -
HSV(B) 204.96º 0.66% 0.74% -
XYZ 20.25 22.66 51.45 -
YUV 121.1 166.32 87.27 -
System Red Green Blue C M Y K H S L
Decimal 64 137 189 0.66 0.28 0 0.26 204.96 0.49 0.5
Hex 40 89 BD 42 1C 0 1A CD 31 32
Octal 100 211 275 102 34 0 32 315 61 62
Binary 1000000 10001001 10111101 1000010 11100 0 11010 11001101 110001 110010

Color Harmonies of #4089BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4089BD

Black with #4089BD

Text Example


Text Example

White with #4089BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4089BD; }

 p { color: rgb(64,137,189); }

 H1.HeaderClassName
 {
   color: #4089BD;
 }
 .AnyTagClassName
 {
   color: #4089BD;
 }
</style>

background-color css

<style>
 a { background-color: #4089BD; }

 a { background-color: rgb(64,137,189); }

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

border-color css

<style>
 span { border-color: #4089BD; }

 span { border-color: rgb(64,137,189); }

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