Html Css Color HEX #4089BC Curious Blue

📋 copy color: '#4089BC'

red 64 ◦ green 137 ◦ blue 188

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

Shades of Curious Blue #4089BC

Tints of Curious Blue #4089BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.33%

R = 16.45%
G = 35.22%
B = 48.33%

CMYK

 C value IS 0.66

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4089BC (or 0x4089BC) is known color: Curious Blue. HEX triplet: 40, 89 and BC. RGB value is (64,137,188). Sum of RGB (Red+Green+Blue) = 64+137+188=389 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.45% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #4089BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4089BC is #BF7643. Grayscale: #787878. Windows color (decimal): -12547652 or 12355904. OLE color: 12355904.

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

Color convert

RGB 64 137 188 -
CMYK 0.66 0.27 0 0.26
HSL 204.68º 0.49% 0.49% -
HSV(B) 204.68º 0.66% 0.74% -
XYZ 20.14 22.61 50.88 -
YUV 120.99 165.82 87.35 -
System Red Green Blue C M Y K H S L
Decimal 64 137 188 0.66 0.27 0 0.26 204.68 0.49 0.49
Hex 40 89 BC 42 1B 0 1A CD 31 31
Octal 100 211 274 102 33 0 32 315 61 61
Binary 1000000 10001001 10111100 1000010 11011 0 11010 11001101 110001 110001

Color Harmonies of #4089BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4089BC

Black with #4089BC

Text Example


Text Example

White with #4089BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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