Html Css Color HEX #4089CD Curious Blue

📋 copy color: '#4089CD'

red 64 ◦ green 137 ◦ blue 205

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

Shades of Curious Blue #4089CD

Tints of Curious Blue #4089CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.49%

R = 15.76%
G = 33.74%
B = 50.49%

CMYK

 C value IS 0.69

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4089CD (or 0x4089CD) is known color: Curious Blue. HEX triplet: 40, 89 and CD. RGB value is (64,137,205). Sum of RGB (Red+Green+Blue) = 64+137+205=406 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.76% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 205 (80.47% from 255 or 50.49% from 406); Max value from RGB is 205 - color contains mainly: blue. Hex color #4089CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4089CD is #BF7632. Grayscale: #7A7A7A. Windows color (decimal): -12547635 or 13470016. OLE color: 13470016.

HSL color Cylindrical-coordinate representation of color #4089CD: hue angle of 208.94º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4089CD is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 64 137 205 -
CMYK 0.69 0.33 0 0.20
HSL 208.94º 0.59% 0.53% -
HSV(B) 208.94º 0.69% 0.8% -
XYZ 22.08 23.39 61.11 -
YUV 122.93 174.32 85.97 -
System Red Green Blue C M Y K H S L
Decimal 64 137 205 0.69 0.33 0 0.20 208.94 0.59 0.53
Hex 40 89 CD 45 21 0 14 D1 3B 35
Octal 100 211 315 105 41 0 24 321 73 65
Binary 1000000 10001001 11001101 1000101 100001 0 10100 11010001 111011 110101

Color Harmonies of #4089CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4089CD

Black with #4089CD

Text Example


Text Example

White with #4089CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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