Html Css Color HEX #4180BE Curious Blue

📋 copy color: '#4180BE'

red 65 ◦ green 128 ◦ blue 190

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

Shades of Curious Blue #4180BE

Tints of Curious Blue #4180BE

RGB

 RED value IS 65 (25.78% from 255) = 16.97%

 GREEN value IS 128 (50.39% from 255) = 33.42%

 BLUE value IS 190 (74.61% from 255) = 49.61%

R = 16.97%
G = 33.42%
B = 49.61%

CMYK

 C value IS 0.66

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4180BE (or 0x4180BE) is known color: Curious Blue. HEX triplet: 41, 80 and BE. RGB value is (65,128,190). Sum of RGB (Red+Green+Blue) = 65+128+190=383 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.97% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #4180BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4180BE is #BE7F41. Grayscale: #737373. Windows color (decimal): -12484418 or 12484673. OLE color: 12484673.

HSL color Cylindrical-coordinate representation of color #4180BE: hue angle of 209.76º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4180BE is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 128 190 -
CMYK 0.66 0.33 0 0.25
HSL 209.76º 0.49% 0.5% -
HSV(B) 209.76º 0.66% 0.75% -
XYZ 19.19 20.28 51.62 -
YUV 116.23 169.63 91.46 -
System Red Green Blue C M Y K H S L
Decimal 65 128 190 0.66 0.33 0 0.25 209.76 0.49 0.5
Hex 41 80 BE 42 21 0 19 D2 31 32
Octal 101 200 276 102 41 0 31 322 61 62
Binary 1000001 10000000 10111110 1000010 100001 0 11001 11010010 110001 110010

Color Harmonies of #4180BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4180BE

Black with #4180BE

Text Example


Text Example

White with #4180BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4180BE; }

 p { color: rgb(65,128,190); }

 H1.HeaderClassName
 {
   color: #4180BE;
 }
 .AnyTagClassName
 {
   color: #4180BE;
 }
</style>

background-color css

<style>
 a { background-color: #4180BE; }

 a { background-color: rgb(65,128,190); }

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

border-color css

<style>
 span { border-color: #4180BE; }

 span { border-color: rgb(65,128,190); }

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