Html Css Color HEX #4289BB Curious Blue

📋 copy color: '#4289BB'

red 66 ◦ green 137 ◦ blue 187

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

Shades of Curious Blue #4289BB

Tints of Curious Blue #4289BB

RGB

 RED value IS 66 (26.17% from 255) = 16.92%

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

 BLUE value IS 187 (73.44% from 255) = 47.95%

R = 16.92%
G = 35.13%
B = 47.95%

CMYK

 C value IS 0.65

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4289BB (or 0x4289BB) is known color: Curious Blue. HEX triplet: 42, 89 and BB. RGB value is (66,137,187). Sum of RGB (Red+Green+Blue) = 66+137+187=390 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.92% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 187 - color contains mainly: blue. Hex color #4289BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4289BB is #BD7644. Grayscale: #797979. Windows color (decimal): -12416581 or 12290370. OLE color: 12290370.

HSL color Cylindrical-coordinate representation of color #4289BB: hue angle of 204.79º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4289BB is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 137 187 -
CMYK 0.65 0.27 0 0.27
HSL 204.79º 0.48% 0.5% -
HSV(B) 204.79º 0.65% 0.73% -
XYZ 20.16 22.64 50.32 -
YUV 121.47 164.98 88.43 -
System Red Green Blue C M Y K H S L
Decimal 66 137 187 0.65 0.27 0 0.27 204.79 0.48 0.5
Hex 42 89 BB 41 1B 0 1B CD 30 32
Octal 102 211 273 101 33 0 33 315 60 62
Binary 1000010 10001001 10111011 1000001 11011 0 11011 11001101 110000 110010

Color Harmonies of #4289BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4289BB

Black with #4289BB

Text Example


Text Example

White with #4289BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4289BB; }

 p { color: rgb(66,137,187); }

 H1.HeaderClassName
 {
   color: #4289BB;
 }
 .AnyTagClassName
 {
   color: #4289BB;
 }
</style>

background-color css

<style>
 a { background-color: #4289BB; }

 a { background-color: rgb(66,137,187); }

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

border-color css

<style>
 span { border-color: #4289BB; }

 span { border-color: rgb(66,137,187); }

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